Salome HOME
Adaptation to SALOME environment (Issue #31)
[modules/shaper.git] / src / Events / Events.h
1 #ifndef EVENTS_H
2 #define EVENTS_H
3
4 #if defined EVENTS_EXPORTS
5 #if defined WIN32
6 #define EVENTS_EXPORT              __declspec( dllexport )
7 #else
8 #define EVENTS_EXPORT
9 #endif
10 #else
11 #if defined WIN32
12 #define EVENTS_EXPORT              __declspec( dllimport )
13 #else
14 #define EVENTS_EXPORT
15 #endif
16 #endif
17
18 #endif