Salome HOME
Merge branch 'master' into cgt/devCEA
[modules/shaper.git] / src / GDMLPlugin / GDMLPlugin.h
1 // Copyright (C) 2014-2016 CEA/DEN, EDF R&D
2
3 // File:        GDMLPlugin.h
4 // Created:     23 Nov 2016
5 // Author:      Clarisse Genrault (CEA)
6
7 #ifndef GDMLPLUGIN_H
8 #define GDMLPLUGIN_H
9
10 #if defined GDMLPLUGIN_EXPORTS
11 #if defined WIN32
12 #define GDMLPLUGIN_EXPORT              __declspec( dllexport )
13 #else
14 #define GDMLPLUGIN_EXPORT
15 #endif
16 #else
17 #if defined WIN32
18 #define GDMLPLUGIN_EXPORT              __declspec( dllimport )
19 #else
20 #define GDMLPLUGIN_EXPORT
21 #endif
22 #endif
23
24 #endif // GDMLPLUGIN_H