summaryrefslogtreecommitdiff
path: root/ace/config-win32-common.h
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-02-20 06:32:19 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-02-20 06:32:19 +0000
commit48b807c7eaed081c4fc8c6afabaa655ed9086eba (patch)
tree16bca2bfe0fa59a88c7fb2ee57fbe330c723a860 /ace/config-win32-common.h
parent180476d9c9bab85265d68c302fa03544729e6dcf (diff)
downloadATCD-48b807c7eaed081c4fc8c6afabaa655ed9086eba.tar.gz
Don't check for _DLL flag on CE.
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 a5a78574ce6..673d310aad3 100644
--- a/ace/config-win32-common.h
+++ b/ace/config-win32-common.h
@@ -252,11 +252,13 @@ typedef unsigned __int64 ACE_UINT64;
#endif /* _MT */
#endif /* ACE_MT_SAFE && ACE_MT_SAFE != 0 */
-#if defined(ACE_HAS_DLL) && (ACE_HAS_DLL != 0) && !defined (_UNDER_CE)
+#if !defined (ACE_HAS_WINCE)
+#if defined(ACE_HAS_DLL) && (ACE_HAS_DLL != 0)
#if !defined(_DLL)
#error You must link against (Debug) Multithreaded DLL run-time libraries.
#endif /* !_DLL */
#endif /* ACE_HAS_DLL && ACE_HAS_DLL != 0 */
+#endif /* ACE_HAS_WINCE */
// We are using STL's min and max (in algobase.h). Therefore the
// macros in window.h are extra