Salome HOME
Merge branch 'master' of newgeom:newgeom.git
[modules/shaper.git] / src / PartSetPlugin / PartSetPlugin.h
1 #ifndef PARTSETPLUGIN_H
2 #define PARTSETPLUGIN_H
3
4 #if defined PARTSETPLUGIN_EXPORTS
5 #if defined WIN32
6 #define PARTSETPLUGIN_EXPORT              __declspec( dllexport )
7 #else
8 #define PARTSETPLUGIN_EXPORT
9 #endif
10 #else
11 #if defined WIN32
12 #define PARTSETPLUGIN_EXPORT              __declspec( dllimport )
13 #else
14 #define PARTSETPLUGIN_EXPORT
15 #endif
16 #endif
17
18 #endif