Salome HOME
Windows compatibility
[tools/medcoupling.git] / src / INTERP_KERNELTest / InterpKernelTestExport.hxx
index 93e49afbde4078468ca5a80a00b99e5842c16336..f34c58fe4b13c66c42648ec4d90102a93e6bb47b 100644 (file)
@@ -1,9 +1,9 @@
-// Copyright (C) 2007-2012  CEA/DEN, EDF R&D
+// Copyright (C) 2007-2015  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
 // 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
@@ -20,7 +20,7 @@
 #ifndef _INTERPKERNELTESTEXPORT_HXX_
 #define _INTERPKERNELTESTEXPORT_HXX_
 
-#ifdef WNT
+#ifdef WIN32
 #  if defined InterpKernelTest_EXPORTS
 #    define INTERPKERNELTEST_EXPORT __declspec( dllexport )
 #  else