mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
Port to MinGW
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@7524 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
2a6edc8b17
commit
fadefa50b2
10 changed files with 377 additions and 150 deletions
|
@ -478,11 +478,7 @@ _gnu_noobjc_free_vars(void)
|
|||
#else /* !HAVE_PROC_FS || !HAVE_LOAD_METHOD */
|
||||
|
||||
#ifdef __MINGW__
|
||||
/* For WindowsAPI Library, we know the global variables */
|
||||
extern int __argc;
|
||||
extern char** __argv;
|
||||
extern char** _environ;
|
||||
|
||||
/* For WindowsAPI Library, we know the global variables (argc, etc) */
|
||||
+ (void) initialize
|
||||
{
|
||||
if (self == [NSProcessInfo class])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue