Salome HOME
Sources formated according to the codeing standards
[modules/shaper.git] / src / PartSet / PartSet.h
1 #ifndef PARTSET_H\r
2 #define PARTSET_H\r
3 \r
4 #if defined PARTSET_EXPORTS\r
5 #if defined WIN32\r
6 #define PARTSET_EXPORT              __declspec( dllexport )\r
7 #else\r
8 #define PARTSET_EXPORT\r
9 #endif\r
10 #else\r
11 #if defined WIN32\r
12 #define PARTSET_EXPORT              __declspec( dllimport )\r
13 #else\r
14 #define PARTSET_EXPORT\r
15 #endif\r
16 #endif\r
17 \r
18 #endif //PARTSET_H\r