Salome HOME
Implementation of "Import" BREP and STEP functionality
[modules/shaper.git] / src / ExchangePlugin / ExchangePlugin.h
1 #ifndef EXCHANGEPLUGIN_H
2 #define EXCHANGEPLUGIN_H
3
4 #if defined EXCHANGEPLUGIN_EXPORTS
5 #if defined WIN32
6 #define EXCHANGEPLUGIN_EXPORT              __declspec( dllexport )
7 #else
8 #define EXCHANGEPLUGIN_EXPORT
9 #endif
10 #else
11 #if defined WIN32
12 #define EXCHANGEPLUGIN_EXPORT              __declspec( dllimport )
13 #else
14 #define EXCHANGEPLUGIN_EXPORT
15 #endif
16 #endif
17
18 #endif