X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FQxScene%2FQxScene.h;h=2e49ba1fb4343248701c7e2c8fb8b6222516f58a;hb=refs%2Fheads%2Fngr%2Fpython3_dev_pv5.4;hp=f21427fe1adeacd32b0340b32233a06b9447ebf4;hpb=e07448c48ea5b2127e34fc7b8c3427d01c7ce17b;p=modules%2Fgui.git diff --git a/src/QxScene/QxScene.h b/src/QxScene/QxScene.h index f21427fe1..2e49ba1fb 100644 --- a/src/QxScene/QxScene.h +++ b/src/QxScene/QxScene.h @@ -1,9 +1,9 @@ -// Copyright (C) 2007-2012 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2007-2016 CEA/DEN, EDF R&D, OPEN CASCADE // // 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 @@ -19,7 +19,7 @@ // SALOME QxScene : build Supervisor viewer into desktop // -#ifdef WNT +#ifdef WIN32 #if defined QXSCENE_EXPORTS || defined QxScene_EXPORTS #define QXSCENE_EXPORT __declspec(dllexport) #else @@ -29,6 +29,6 @@ #define QXSCENE_EXPORT #endif -#ifdef WNT +#ifdef WIN32 #pragma warning ( disable:4251 ) #endif