0022972: Eliminate macro definitions that has compiler-provided analogs (WNT and...
[occt.git] / src / BRepTools / BRepTools_ShapeSet.cxx
index bba6e7d..526c021 100644 (file)
@@ -58,7 +58,7 @@
 
 #ifdef MacOS
 #define strcasecmp(p,q) strcmp(p,q)
-#elseif WNT
+#elseif _WIN32
 #define strcasecmp strcmp
 #elseif AIX
 #include <string.h>