Salome HOME
Replace deprecated WNT macro definition by WIN32.
[modules/kernel.git] / src / GenericObj / SALOME_GenericObj_i.hh
index d6fb13a197a00d11395b2d3f3623a7e9890d09f4..6b60971470a8b1766d12c7df9b334007ffc06e1c 100644 (file)
@@ -40,7 +40,7 @@
 # define GENERICOBJ_EXPORT
 #endif
 
-#ifdef WNT
+#ifdef WIN32
 #pragma warning(disable:4275) // Disable warning interface non dll
 #pragma warning(disable:4251) // Warning DLL Interface ...
 #endif