0022972: Eliminate macro definitions that has compiler-provided analogs (WNT and...
[occt.git] / src / TNaming / TNaming_NamingTool.cxx
index 389848a..056c75b 100644 (file)
@@ -34,7 +34,7 @@ static void WriteS(const TopoDS_Shape& shape,
 {
   char buf[256];
   if(strlen(filename) > 255) return;
-#ifdef WNT
+#ifdef _MSC_VER
   strcpy_s (buf, filename);
 #else
   strcpy (buf, filename);