diff options
Diffstat (limited to 'ace')
-rw-r--r-- | ace/config-win32-common.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ace/config-win32-common.h b/ace/config-win32-common.h index c0a098e6858..29e20321047 100644 --- a/ace/config-win32-common.h +++ b/ace/config-win32-common.h @@ -24,6 +24,14 @@ #define ACE_LACKS_MSGBUF_T #define ACE_LACKS_SYSV_SHMEM +// Only MSVC 5.0 definitions +#if (_MSC_VER >= 1100) +#define ACE_HAS_SIG_ATOMIC_T +#define ACE_HAS_TYPENAME_KEYWORD +#endif + + + // Win32 has UNICODE support #define ACE_HAS_UNICODE |