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

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