summaryrefslogtreecommitdiff
path: root/ace/config-win32-common.h
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-10-19 06:09:07 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-10-19 06:09:07 +0000
commit3b9397e87c4e4f60c5f8cad5938bf3ea05e1a341 (patch)
treecd6ba39c9fbfda2c5553b73c7b4da994d08a7577 /ace/config-win32-common.h
parent45bf0856cf64fae3992caba5963ed74e17fb05dc (diff)
downloadATCD-3b9397e87c4e4f60c5f8cad5938bf3ea05e1a341.tar.gz
ChangeLogTag:Tue Oct 19 00:43:34 1999 Nanbor Wang <nanbor@cs.wustl.edu>
Diffstat (limited to 'ace/config-win32-common.h')
-rw-r--r--ace/config-win32-common.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/ace/config-win32-common.h b/ace/config-win32-common.h
index fbf6405cbdf..074a15d41fe 100644
--- a/ace/config-win32-common.h
+++ b/ace/config-win32-common.h
@@ -30,7 +30,9 @@
#define ACE_LACKS_GETPPID
#define ACE_LACKS_SETPGID
#define ACE_HAS_THREAD_SAFE_ACCEPT
+#if !defined (ACE_HAS_WINCE)
#define ACE_HAS_EXCEPTIONS
+#endif /* ACE_HAS_WINCE */
#define ACE_HAS_BROKEN_NAMESPACES
#define ACE_HAS_BROKEN_IMPLICIT_CONST_CAST
#define ACE_HAS_WORKING_EXPLICIT_TEMPLATE_DESTRUCTOR
@@ -462,7 +464,7 @@ typedef unsigned __int64 ACE_UINT64;
// Try to make a good guess whether we are compiling with the newer version
// of WinSock 2 that has GQOS support.
#if !defined (ACE_HAS_WINSOCK2_GQOS)
-# if defined (WINSOCK_VERSION)
+# if defined (WINSOCK_VERSION)
# define ACE_HAS_WINSOCK2_GQOS 1
# endif /* WINSOCK_VERSION */
#endif /* ACE_HAS_WINSOCK2_GQOS */