diff options
Diffstat (limited to 'ace/config-win32-common.h')
-rw-r--r-- | ace/config-win32-common.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/config-win32-common.h b/ace/config-win32-common.h index bae9a62df5c..0e62617d71f 100644 --- a/ace/config-win32-common.h +++ b/ace/config-win32-common.h @@ -264,7 +264,7 @@ typedef unsigned __int64 ACE_UINT64; #endif /* _MT */ #endif /* ACE_MT_SAFE && ACE_MT_SAFE != 0 */ -#if !defined (ACE_HAS_WINCE) && !defined (__BORLANDC__) +#if !defined (ACE_HAS_WINCE) && !defined (__BORLANDC__) !defined (__IBMCPP__) #if defined(ACE_HAS_DLL) && (ACE_HAS_DLL != 0) #if !defined(_DLL) // *** DO NOT *** DO NOT *** defeat this error message @@ -272,7 +272,7 @@ typedef unsigned __int64 ACE_UINT64; #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 && !__BORLANDC__ */ +#endif /* !ACE_HAS_WINCE && !__BORLANDC__ && !__IBMCPP__ */ // We are using STL's min and max (in algobase.h). Therefore the // macros in window.h are extra |