4900d135c068024c18694a3e0da0cee8731ae110
[occt.git] / samples / qt / Common / src / CommonSample.h
1 #ifndef COMMONSAMPLE_H
2 #define COMMONSAMPLE_H
3
4 #ifndef NO_COMMONSAMPLE_EXPORTS
5 #ifdef COMMONSAMPLE_EXPORTS
6 #ifdef WIN32
7 #define COMMONSAMPLE_EXPORT __declspec( dllexport )
8 #else
9 #define COMMONSAMPLE_EXPORT
10 #endif
11 #else
12 #ifdef WIN32
13 #define COMMONSAMPLE_EXPORT __declspec( dllimport )
14 #else
15 #define COMMONSAMPLE_EXPORT
16 #endif
17 #endif
18 #else
19 #define COMMONSAMPLE_EXPORT
20 #endif
21
22 #endif