Salome HOME
Compilation on Windows
[modules/yacs.git] / src / engine / YACSlibEngineExport.hxx
index bb7f9626b686de193a16fab6189b00c0976a0ec8..0248ccd90c9afae78095b3947ab3f2e8dd1ece4c 100644 (file)
@@ -20,7 +20,7 @@
 #ifndef _YACSLIBENGINEEXPORT_HXX_
 #define _YACSLIBENGINEEXPORT_HXX_
 
-#ifdef WNT
+#ifdef WIN32
 #  if defined YACSlibEngine_EXPORTS
 #    define YACSLIBENGINE_EXPORT __declspec( dllexport )
 #  else
@@ -30,7 +30,7 @@
 #  define YACSLIBENGINE_EXPORT
 #endif
 
-#ifdef WNT
+#ifdef WIN32
 #pragma warning(disable:4251) // Warning DLL Interface ...
 #pragma warning(disable:4290) // Warning Exception ...
 #endif