Salome HOME
Features plug-in created with Extrusion operation.
[modules/shaper.git] / src / FeaturesPlugin / FeaturesPlugin.h
1 #ifndef FEATURESPLUGIN_H
2 #define FEATURESPLUGIN_H
3
4 #if defined FEATURESPLUGIN_EXPORTS
5 #if defined WIN32
6 #define FEATURESPLUGIN_EXPORT              __declspec( dllexport )
7 #else
8 #define FEATURESPLUGIN_EXPORT
9 #endif
10 #else
11 #if defined WIN32
12 #define FEATURESPLUGIN_EXPORT              __declspec( dllimport )
13 #else
14 #define FEATURESPLUGIN_EXPORT
15 #endif
16 #endif
17
18 #endif