]> SALOME platform Git repositories - modules/yacs.git/blobdiff - src/hmi/HMIExport.hxx
Salome HOME
[EDF27816] Management of double foreach and management of proxyfile lifecycle
[modules/yacs.git] / src / hmi / HMIExport.hxx
index e3cbb9eba6e1d0a919dc67abe5acd19ba9972b16..488b08357517786ee3367587c2850fbeab2b8950 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 _HMIEXPORT_HXX_
 #define _HMIEXPORT_HXX_
 
-#ifdef WNT
+#ifdef WIN32
 #  if defined HMI_EXPORTS
 #    define HMI_EXPORT __declspec( dllexport )
 #  else