summaryrefslogtreecommitdiff
path: root/ace/config-WinCE.h
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-01-27 08:46:47 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-01-27 08:46:47 +0000
commitc3b4bc1c8dd846507053bcf565b529178ebc69ac (patch)
treedd8ff648c74ba8985fa426803c1f5203fb4e574b /ace/config-WinCE.h
parent51e5e6658ae5d58fb55d4db4be76caff1ca29938 (diff)
downloadATCD-c3b4bc1c8dd846507053bcf565b529178ebc69ac.tar.gz
More WinCE insanities.
Diffstat (limited to 'ace/config-WinCE.h')
-rw-r--r--ace/config-WinCE.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/ace/config-WinCE.h b/ace/config-WinCE.h
index ac8d49aebc6..b17016aea9e 100644
--- a/ace/config-WinCE.h
+++ b/ace/config-WinCE.h
@@ -81,6 +81,7 @@
#define ACE_LACKS_ACCESS
#define ACE_LACKS_FILELOCKS
#define ACE_LACKS_EXEC
+#define ACE_LACKS_MKTEMP
// temporary workspace
class ostream; // Fake a ostream for now.
@@ -89,4 +90,8 @@ class ostream; // Fake a ostream for now.
typedef long off_t;
#define stderr 0
+#define SEEK_SET FILE_BEGIN
+#define SEEK_CUR FILE_CURRENT
+#define SEEK_END FILE_END
+
#endif /* ACE_CONFIG_WINCE_H */