summaryrefslogtreecommitdiff
path: root/TAO/tao/orbconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/orbconf.h')
-rw-r--r--TAO/tao/orbconf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/orbconf.h b/TAO/tao/orbconf.h
index 46ac17022b4..10ef67935b0 100644
--- a/TAO/tao/orbconf.h
+++ b/TAO/tao/orbconf.h
@@ -317,10 +317,10 @@
// Assume DOS/Windows if "configure" didn't get run.
-#if defined (_WIN32)
+#if defined (_MSC_VER)
// "C4355: 'this' : used in base member initializer list"
# pragma warning (disable:4355) /* disable C4355 warning */
-#endif /* defined (_WIN32) */
+#endif /* defined (_MSC_VER) */
// The IDL compiler can generate the classes corresponding to IDL
// sequences in two ways: