Salome HOME
[EDF27816] Management of double foreach and management of proxyfile lifecycle
[modules/yacs.git] / src / engine / YACSlibEngineExport.hxx
index bb7f9626b686de193a16fab6189b00c0976a0ec8..0ca33e97739a2cbd9d94f53c29a9cbc73ee8cc25 100644 (file)
@@ -1,9 +1,9 @@
-// Copyright (C) 2006-2013  CEA/DEN, EDF R&D
+// Copyright (C) 2006-2023  CEA, EDF
 //
 // 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 _YACSLIBENGINEEXPORT_HXX_
 #define _YACSLIBENGINEEXPORT_HXX_
 
-#ifdef WNT
+#ifdef WIN32
 #  if defined YACSlibEngine_EXPORTS
 #    define YACSLIBENGINE_EXPORT __declspec( dllexport )
 #  else
@@ -30,7 +30,7 @@
 #  define YACSLIBENGINE_EXPORT
 #endif
 
-#ifdef WNT
+#ifdef WIN32
 #pragma warning(disable:4251) // Warning DLL Interface ...
 #pragma warning(disable:4290) // Warning Exception ...
 #endif