Salome HOME
Updated copyright comment
[modules/yacs.git] / src / salomegui / YACSExport.hxx
index dfc2aa23a46f322ca8af64016418d88dbcc35194..ee4fe31b3a2937e792910670873559ab14b6bdc5 100644 (file)
@@ -1,9 +1,9 @@
-// Copyright (C) 2006-2013  CEA/DEN, EDF R&D
+// Copyright (C) 2006-2024  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 _YACSEXPORT_HXX_
 #define _YACSEXPORT_HXX_
 
-#ifdef WNT
+#ifdef WIN32
 #  if defined YACS_EXPORTS
 #    define YACS_EXPORT __declspec( dllexport )
 #  else