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:
fedor 2000-09-15 22:06:01 +00:00
parent 2a6edc8b17
commit fadefa50b2
10 changed files with 377 additions and 150 deletions

View file

@ -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])