summaryrefslogtreecommitdiff
path: root/wince/win32.h
diff options
context:
space:
mode:
Diffstat (limited to 'wince/win32.h')
-rw-r--r--wince/win32.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/wince/win32.h b/wince/win32.h
index 1ddfa743f0..3c38d5d0f2 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