From 48b807c7eaed081c4fc8c6afabaa655ed9086eba Mon Sep 17 00:00:00 2001 From: nanbor Date: Sat, 20 Feb 1999 06:32:19 +0000 Subject: Don't check for _DLL flag on CE. --- ace/config-win32-common.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'ace/config-win32-common.h') 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 -- cgit v1.2.1