X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2Fbases%2FDynLibLoader.cxx;h=7edb4631bc4a10a1e8bfc60049da8eaaafdeef7e;hb=fc23b8dcb9236e2a86bacc06af8b360ba9c30c69;hp=9818da19b379d18e35799e01cff597c1aebb559e;hpb=f3b2b68ffecc5033287a7a255c8507f8989fb87f;p=modules%2Fyacs.git diff --git a/src/bases/DynLibLoader.cxx b/src/bases/DynLibLoader.cxx index 9818da19b..7edb4631b 100644 --- a/src/bases/DynLibLoader.cxx +++ b/src/bases/DynLibLoader.cxx @@ -1,9 +1,9 @@ -// Copyright (C) 2006-2013 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"