X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYBRIDPlugin%2FHYBRIDPlugin_Defs.hxx;h=2ff3d3fa9166cac9db9a15e6cc7c62f787d80c9a;hb=dedd5130d50614b54728532503154270035c1fb9;hp=0006d709441f27455e190a5fd4fe10ddfa2e24bb;hpb=fd160dbed3590adaa05551ca98f62fb380b6f95d;p=plugins%2Fhybridplugin.git diff --git a/src/HYBRIDPlugin/HYBRIDPlugin_Defs.hxx b/src/HYBRIDPlugin/HYBRIDPlugin_Defs.hxx index 0006d70..2ff3d3f 100644 --- a/src/HYBRIDPlugin/HYBRIDPlugin_Defs.hxx +++ b/src/HYBRIDPlugin/HYBRIDPlugin_Defs.hxx @@ -1,9 +1,9 @@ -// Copyright (C) 2004-2013 CEA/DEN, EDF R&D +// Copyright (C) 2004-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 @@ -18,20 +18,20 @@ // //============================================================================= -// File : GHS3DPlugin_Defs.hxx +// File : HYBRIDPlugin_Defs.hxx // Author : Alexander A. BORODIN // -#ifndef _GHS3DPlugin_DEFS_HXX_ -#define _GHS3DPlugin_DEFS_HXX_ +#ifndef _HYBRIDPlugin_DEFS_HXX_ +#define _HYBRIDPlugin_DEFS_HXX_ #ifdef WIN32 - #if defined GHS3DPLUGIN_EXPORTS || defined GHS3DEngine_EXPORTS - #define GHS3DPLUGIN_EXPORT __declspec( dllexport ) + #if defined HYBRIDPLUGIN_EXPORTS || defined HYBRIDEngine_EXPORTS + #define HYBRIDPLUGIN_EXPORT __declspec( dllexport ) #else - #define GHS3DPLUGIN_EXPORT __declspec( dllimport ) + #define HYBRIDPLUGIN_EXPORT __declspec( dllimport ) #endif #else - #define GHS3DPLUGIN_EXPORT + #define HYBRIDPLUGIN_EXPORT #endif #endif