Salome HOME
Update copyrights 2014.
[modules/smesh.git] / src / MEFISTO2 / aptrte.h
index 33f8fda8af37a6378c80f2b0540cac9a1cdce0df..6c4ad1dbdc82135b899579612a025ff169a48d72 100755 (executable)
@@ -1,11 +1,11 @@
 //  SMESH MEFISTO2 : algorithm for meshing
 //
-// Copyright (C) 2006-2013  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2006-2014  CEA/DEN, EDF R&D, OPEN CASCADE
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
 // License as published by the Free Software Foundation; either
-// version 2.1 of the License.
+// version 2.1 of the License, or (at your option) any later version.
 //
 // This library is distributed in the hope that it will be useful,
 // but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -46,7 +46,7 @@
 #include <sys/time.h>
 #endif
 
-#ifdef WNT
+#ifdef WIN32
  #if defined MEFISTO2D_EXPORTS
   #define MEFISTO2D_EXPORT __declspec( dllexport )
  #else