summaryrefslogtreecommitdiff
path: root/ace/config-win32-common.h
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-09-24 22:23:45 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-09-24 22:23:45 +0000
commit9212681553f91a55bfdf380058e3f232763952e9 (patch)
treef53098dac8b6c8d2c2e2f2a3b805dd15bb61bfb2 /ace/config-win32-common.h
parentd13d91b0e6e9fc23ddbb58400c9667ee70416c08 (diff)
downloadATCD-9212681553f91a55bfdf380058e3f232763952e9.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/config-win32-common.h')
-rw-r--r--ace/config-win32-common.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/ace/config-win32-common.h b/ace/config-win32-common.h
index ebf43a8f036..a5bdddb5a7f 100644
--- a/ace/config-win32-common.h
+++ b/ace/config-win32-common.h
@@ -192,11 +192,6 @@ typedef unsigned __int64 ACE_UINT64;
#pragma warning(disable:4231)
// Disable warning of using Microsoft Extension.
- // It seems that this works with MSVC 4.[1,2]
- #if (1010 <= _MSC_VER) && (_MSC_VER <= 1020)
- #define ACE_HAS_TEMPLATE_TYPEDEFS
- #endif
-
// MSVC 4.0 or greater
#if (_MSC_VER >= 1000)
// Compiler/Platform supports the "using" keyword.