Salome HOME
0022423: EDF SMESH Regression: Quadrangle algo fails
[modules/smesh.git] / src / SMESH / SMESH_Mesh.hxx
index fa6abc0bb4e610dbca2b6e611ae8f301a066eb4c..c34802c1d9b41ae54f66c36982b68e70d7dbb51e 100644 (file)
@@ -45,7 +45,7 @@
 #include <list>
 
 
-#ifdef WNT
+#ifdef WIN32
 #pragma warning(disable:4251) // Warning DLL Interface ...
 #pragma warning(disable:4290) // Warning Exception ...
 #endif