Salome HOME
f6ae53da6645fbc8aa2502cf0c40f496b3a2af92
[modules/shaper.git] / src / Config / Config_def.h
1 // Copyright (C) 2014-20xx CEA/DEN, EDF R&D
2
3 #ifndef CONFIG_H
4 #define CONFIG_H
5
6 #if defined CONFIG_EXPORTS
7 #if defined WIN32
8 #define CONFIG_EXPORT              __declspec( dllexport )
9 #else
10 #define CONFIG_EXPORT
11 #endif
12 #else
13 #if defined WIN32
14 #define CONFIG_EXPORT              __declspec( dllimport )
15 #else
16 #define CONFIG_EXPORT
17 #endif
18 #endif
19
20 #endif //CONFIG_H