summaryrefslogtreecommitdiff
path: root/ace/config-WinCE.h
diff options
context:
space:
mode:
authorbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-03-07 02:18:08 +0000
committerbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-03-07 02:18:08 +0000
commitf705a1c3b9a68e8a3ee664e8ff20a1e27dccd8a2 (patch)
tree2a4e8db3f4bc2db69b0f1b2c974a41b41d628724 /ace/config-WinCE.h
parenta0dfb8a29cdb4588ca6d25dbb8587d152bfb9c95 (diff)
downloadATCD-f705a1c3b9a68e8a3ee664e8ff20a1e27dccd8a2.tar.gz
ChangeLogTag:Tue Mar 6 14:14:06 2001 Darrell Brunsch <brunsch@uci.edu>
Diffstat (limited to 'ace/config-WinCE.h')
-rw-r--r--ace/config-WinCE.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/ace/config-WinCE.h b/ace/config-WinCE.h
index 7c0405df3a6..ca0281675a9 100644
--- a/ace/config-WinCE.h
+++ b/ace/config-WinCE.h
@@ -4,6 +4,10 @@
#define ACE_CONFIG_WINCE_H
#include "ace/pre.h"
+#ifndef ACE_CONFIG_WIN32_H
+#error Use config-win32.h in config.h instead of this header
+#endif /* ACE_CONFIG_WIN32_H */
+
#if !defined (UNDER_CE)
#error Define UNDER_CE to version (i.e. 300 = 3.0)
#endif /* UNDER_CE */
@@ -226,5 +230,7 @@ typedef long off_t;
inline void *operator new (unsigned int, void *p) { return p; }
#endif /* ACE_HAS_MFC */
+#define ACE_ENDTHREADEX(STATUS) ExitThread ((DWORD) STATUS)
+
#include "ace/post.h"
#endif /* ACE_CONFIG_WINCE_H */