Salome HOME
Copyright update 2021
[modules/yacs.git] / src / bases / DynLibLoader.hxx
index 00eff268fa4471454ec0d0b2e609c7c16bfd7a14..f84ef7199d9d47bc2fcbb22859756c36003ba662 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
@@ -40,7 +40,7 @@
 
 
 #if defined(YACS_PTHREAD)
-#if defined(WNT)
+#if defined(WIN32)
 #include "DynLibLoaderWin.hxx"
 #else
 #include "DynLibLoaderGNU.hxx"
@@ -50,7 +50,7 @@ namespace YACS
 {
   namespace BASES
   {
-#if defined(WNT)
+#if defined(WIN32)
     typedef DynLibLoaderWin DynLibLoader;
 #else
     typedef DynLibLoaderGNU DynLibLoader;