Salome HOME
Replace deprecated WNT macro definition by WIN32.
[modules/geom.git] / src / GEOM_I / GEOM_DumpPython.cc
index 627466690475af7e529f1dde3941825414cd678b..40a9ad679b1a3836fe6e71455ca7d619fdf5b1f8 100644 (file)
@@ -20,7 +20,7 @@
 // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
 
-#ifdef WNT
+#ifdef WIN32
 #pragma warning( disable:4786 )
 #endif