Minor mingw fixes

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@20875 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
CaS 2005-03-08 12:17:00 +00:00
parent ac3258f493
commit 454bd36582
2 changed files with 2 additions and 2 deletions

View file

@ -55,7 +55,7 @@ NSString *Win32NSStringFromRegistry(HKEY regkey, const char *regValue);
/* ---- Path Functions ---- */ /* ---- Path Functions ---- */
NSString *Win32GetUserProfileDirectory(NSString *userName); NSString *Win32GetUserProfileDirectory(NSString *userName);
NSString *Win32FindDirectory( DWORD DirCLSID ); NSString *Win32FindDirectory(DWORD DirCLSID);
#endif /* defined(__WIN32__) */ #endif /* defined(__WIN32__) */
#endif /* */ #endif /* */

View file

@ -116,7 +116,7 @@ typedef enum {
#endif #endif
ET_RPORT, /* Watch for message arriving on port. */ ET_RPORT, /* Watch for message arriving on port. */
/* For binary compatibility we have an extra ifdef... */ /* For binary compatibility we have an extra ifdef... */
#ifndef __MINGW_ #ifndef __MINGW__
ET_EDESC /* Watch for descriptor with out-of-band data. */ ET_EDESC /* Watch for descriptor with out-of-band data. */
#endif #endif
} RunLoopEventType; } RunLoopEventType;