Salome HOME
MED file mesh loading on demand.
[modules/med.git] / src / MEDCouplingCorba / MEDCouplingCorba.hxx
index 5e424ecabb4fe72baaf01ba77d16b1eb0f1d0f16..57a114de473cc4e4f906e6672c9c6b43668820c5 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 __MEDCOUPLINGCORBA_HXX__
 #define __MEDCOUPLINGCORBA_HXX__
 
-#ifdef WNT
+#ifdef WIN32
 #  if defined medcouplingcorba_EXPORTS
 #    define MEDCOUPLINGCORBA_EXPORT __declspec( dllexport )
 #  else