Salome HOME
Update copyright info (2010->2011)
[plugins/ghs3dplugin.git] / src / GHS3DPlugin_Defs.hxx
index 54760081028dff48eeafeaf57c6ef730760b9725..f43ded628ef13cf075e97cbcce15f7f78cfc4e9a 100644 (file)
@@ -1,4 +1,4 @@
-//  Copyright (C) 2004-2008  CEA/DEN, EDF R&D
+//  Copyright (C) 2004-2011  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
@@ -16,6 +16,7 @@
 //
 //  See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
+
 //=============================================================================
 // File      : GHS3DPlugin_Defs.hxx
 // Author    : Alexander A. BORODIN
@@ -24,7 +25,7 @@
 #define _GHS3DPlugin_DEFS_HXX_
 
 #ifdef WIN32
-  #ifdef GHS3DPLUGIN_EXPORTS
+  #if defined GHS3DPLUGIN_EXPORTS || defined GHS3DEngine_EXPORTS
     #define GHS3DPLUGIN_EXPORT __declspec( dllexport )
   #else
     #define GHS3DPLUGIN_EXPORT __declspec( dllimport )