0022972: Eliminate macro definitions that has compiler-provided analogs (WNT and...
[occt.git] / src / StepFile / step.tab.c
index b0e8232..4a574f0 100644 (file)
@@ -97,8 +97,8 @@
 */
 
 /* ABV 19.12.00: merging porting modifications by POP (for WNT, AIX) */
-#if defined(WNT) && !defined(MSDOS)
-#define MSDOS WNT
+#if defined(_WIN32) && !defined(MSDOS)
+#define MSDOS _WIN32
 #endif
 #if defined(_AIX)
 #include <malloc.h>