diff options
author | brunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-08-11 14:10:36 +0000 |
---|---|---|
committer | brunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-08-11 14:10:36 +0000 |
commit | fa7c419217c105930e1cf4ac6bc96b21271e254c (patch) | |
tree | 326b8e658d8ecd1f5605a9996726ee81e98dab4b /ace | |
parent | 6cc384b6879536f0ce8b3bec92bf8f4abf9f8078 (diff) | |
download | ATCD-fa7c419217c105930e1cf4ac6bc96b21271e254c.tar.gz |
Added ACE_HAS_SIG_ATOMIC_T and ACE_HAS_TYPENAME_KEYWORD for MSVC 5
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 |