mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 09:04:13 +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
97a320dc1b
commit
5a1564af5d
2 changed files with 2 additions and 2 deletions
|
@ -55,7 +55,7 @@ NSString *Win32NSStringFromRegistry(HKEY regkey, const char *regValue);
|
|||
|
||||
/* ---- Path Functions ---- */
|
||||
NSString *Win32GetUserProfileDirectory(NSString *userName);
|
||||
NSString *Win32FindDirectory( DWORD DirCLSID );
|
||||
NSString *Win32FindDirectory(DWORD DirCLSID);
|
||||
#endif /* defined(__WIN32__) */
|
||||
|
||||
#endif /* */
|
||||
|
|
|
@ -116,7 +116,7 @@ typedef enum {
|
|||
#endif
|
||||
ET_RPORT, /* Watch for message arriving on port. */
|
||||
/* For binary compatibility we have an extra ifdef... */
|
||||
#ifndef __MINGW_
|
||||
#ifndef __MINGW__
|
||||
ET_EDESC /* Watch for descriptor with out-of-band data. */
|
||||
#endif
|
||||
} RunLoopEventType;
|
||||
|
|
Loading…
Reference in a new issue