mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-25 09:41:15 +00:00
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:
parent
ac3258f493
commit
454bd36582
2 changed files with 2 additions and 2 deletions
|
@ -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 /* */
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue