Fix for warnings in util.c/Perl_init_tm()
[p5sagit/p5-mst-13.2.git] / wince / win32.h
index 1ddfa74..3c38d5d 100644 (file)
@@ -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