0022972: Eliminate macro definitions that has compiler-provided analogs (WNT and...
[occt.git] / src / VrmlData / VrmlData_Group.cxx
index e296250..1cb2ca1 100644 (file)
@@ -23,7 +23,7 @@
 #include <Precision.hxx>
 #include <gp_Ax1.hxx>
 
-#ifdef WNT
+#ifdef _MSC_VER
 #define _CRT_SECURE_NO_DEPRECATE
 #pragma warning (disable:4996)
 #endif