Salome HOME
99bbf1fda668ac917d97d5779a41e1823d25d0f1
[modules/shaper.git] / src / ConstructionPlugin / ConstructionPlugin.h
1 #ifndef CONSTRUCTIONPLUGIN_H
2 #define CONSTRUCTIONPLUGIN_H
3
4 #if defined CONSTRUCTIONPLUGIN_EXPORTS
5 #if defined WIN32
6 #define CONSTRUCTIONPLUGIN_EXPORT              __declspec( dllexport )
7 #else
8 #define CONSTRUCTIONPLUGIN_EXPORT
9 #endif
10 #else
11 #if defined WIN32
12 #define CONSTRUCTIONPLUGIN_EXPORT              __declspec( dllimport )
13 #else
14 #define CONSTRUCTIONPLUGIN_EXPORT
15 #endif
16 #endif
17
18 #endif