summaryrefslogtreecommitdiff
path: root/ace/config-win32-common.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/config-win32-common.h')
-rw-r--r--ace/config-win32-common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/config-win32-common.h b/ace/config-win32-common.h
index 2d0b8affdc5..124cfbd8c48 100644
--- a/ace/config-win32-common.h
+++ b/ace/config-win32-common.h
@@ -136,7 +136,7 @@
// ----------------- "derived" defines and includes -----------
-#if (ACE_HAS_STANDARD_CPP_LIBRARY != 0)
+#if defined (ACE_HAS_STANDARD_CPP_LIBRARY) && (ACE_HAS_STANDARD_CPP_LIBRARY != 0)
#if defined (_MSC_VER)
#if (_MSC_VER > 1020)
// Platform has its Standard C++ library in the namespace std