Salome HOME
Addition of new reference coords including degenerated cells.
[modules/med.git] / src / MEDCoupling / MEDCoupling.hxx
index d732798dedba48184141616b869c400d292b6e3e..6a81ac9abb50bde12962c0fdd10ea81504c3f8ba 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2012  CEA/DEN, EDF R&D
+// Copyright (C) 2007-2013  CEA/DEN, EDF R&D
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
 //
 // 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