Salome HOME
Make XGUI as a shared library
[modules/shaper.git] / src / XGUI / XGUI.h
1 #ifndef XGUI_H
2 #define XGUI_H
3
4 #if defined XGUI_EXPORTS
5 #if defined WIN32
6 #define XGUI_EXPORT              __declspec( dllexport )
7 #else
8 #define XGUI_EXPORT
9 #endif
10 #else
11 #if defined WIN32
12 #define XGUI_EXPORT              __declspec( dllimport )
13 #else
14 #define XGUI_EXPORT
15 #endif
16 #endif
17
18 #endif