summaryrefslogtreecommitdiff
path: root/wince/win32.h
diff options
context:
space:
mode:
authorVadim Konovalov <vkonovalov@lucent.com>2003-08-06 00:12:18 +0400
committerJarkko Hietaniemi <jhi@iki.fi>2003-08-05 15:14:35 +0000
commit814ffeea94204182cbcf139fdf8f39db5d45122e (patch)
tree39a14b39a0fceff24a4e5410c84827d41b6948e5 /wince/win32.h
parent2535a4f71a2208467dfdb5b9b31ccb3976f18b7d (diff)
downloadperl-814ffeea94204182cbcf139fdf8f39db5d45122e.tar.gz
WinCE more implemented functions
From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com> Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C200E66@cio-test001.spb.lucent.com> p4raw-id: //depot/perl@20500
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