Salome HOME
Add a generic widget for choosing resource parameters.
[modules/yacs.git] / src / salomegui / YACSExport.hxx
index 5349a1e49d5e97bf0b9fb1c1b5a5bac49f48454a..0f3571a4dc3bb2e25eff0c84b4fc854a5bec251a 100644 (file)
@@ -1,9 +1,9 @@
-// Copyright (C) 2006-2012  CEA/DEN, EDF R&D
+// Copyright (C) 2006-2016  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 _YACSEXPORT_HXX_
 #define _YACSEXPORT_HXX_
 
-#ifdef WNT
+#ifdef WIN32
 #  if defined YACS_EXPORTS
 #    define YACS_EXPORT __declspec( dllexport )
 #  else