X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=wince%2Fwin32.h;h=3c38d5d0f222e58b7673a349ff50d193c72957ab;hb=ca46b8ee06bde4bff70dee92de161b97200c8d19;hp=1ddfa743f00c21d00033366186471c11636f8e3c;hpb=216db7eec92546173ac6bab178225bf585542186;p=p5sagit%2Fp5-mst-13.2.git diff --git a/wince/win32.h b/wince/win32.h index 1ddfa74..3c38d5d 100644 --- a/wince/win32.h +++ b/wince/win32.h @@ -211,6 +211,8 @@ typedef long gid_t; #define flushall _flushall #define fcloseall _fcloseall +#endif /* __MINGW32__ */ + #ifndef _O_NOINHERIT # define _O_NOINHERIT 0x0080 # ifndef _NO_OLDNAMES @@ -218,8 +220,6 @@ typedef long gid_t; # endif #endif -#endif /* __MINGW32__ */ - /* both GCC/Mingw32 and MSVC++ 4.0 are missing this, so we put it here */ #ifndef CP_UTF8 # define CP_UTF8 65001