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