Salome HOME
Copyright update 2021
[modules/yacs.git] / src / bases / DynLibLoader.cxx
index 6f992350d081e147c0d5c23c646d2299de893902..7edb4631bc4a10a1e8bfc60049da8eaaafdeef7e 100644 (file)
@@ -1,9 +1,9 @@
-// Copyright (C) 2006-2012  CEA/DEN, EDF R&D
+// Copyright (C) 2006-2021  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 @@
 #include "DynLibLoader.hxx"
 
 #if defined(YACS_PTHREAD)
-#if defined(WNT)
+#if defined(WIN32)
 #include "DynLibLoaderWin.cxx"
 #else
 #include "DynLibLoaderGNU.cxx"