Salome HOME
Merge from V6_main 15/03/2013
[tools/medcoupling.git] / src / MEDCoupling / MEDCoupling.hxx
index d732798dedba48184141616b869c400d292b6e3e..0ca61624bf2c54eea439741c5671bc4df83cbc13 100644 (file)
 //
 // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
+// Author : Anthony Geay (CEA/DEN)
 
 #ifndef _MEDCOUPLING_HXX_
 #define _MEDCOUPLING_HXX_
 
-#ifdef WNT
+#ifdef WIN32
 #  if defined medcoupling_EXPORTS
 #    define MEDCOUPLING_EXPORT __declspec( dllexport )
 #  else
@@ -30,7 +31,7 @@
 #  define MEDCOUPLING_EXPORT
 #endif
 
-#ifdef WNT
+#ifdef WIN32
 #  if defined medcouplingremapper_EXPORTS
 #    define MEDCOUPLINGREMAPPER_EXPORT __declspec( dllexport )
 #  else
@@ -40,7 +41,7 @@
 #  define MEDCOUPLINGREMAPPER_EXPORT
 #endif
 
-#ifdef WNT
+#ifdef WIN32
 #pragma warning( disable : 4290 )
 #endif