]> Creatis software - creaMaracasVisu.git/blob - lib/maracasVisuLib/src/kernel/creaMaracasVisu_EXPORT.h
a5eae110311fac6e2c657efaf0e1ae93d525ded0
[creaMaracasVisu.git] / lib / maracasVisuLib / src / kernel / creaMaracasVisu_EXPORT.h
1 #ifndef __creaMaracasVisu_EXPORT_h_INCLUDED__
2 #define __creaMaracasVisu_EXPORT_h_INCLUDED__
3
4 // Automatically generated file which defines 
5 // the symbols creaMaracasVisu_EXPORT and creaMaracasVisu_CDECL
6 // to be used for the definition of classes or functions
7 // which must be exported when the lib is built as a shared lib on Windows
8 // and imported when the shared lib is used by another program
9
10 #if defined(_WIN32) && defined (creaMaracasVisu_BUILD_SHARED)
11   #ifdef creaMaracasVisu_EXPORT_SYMBOLS
12     #define creaMaracasVisu_EXPORT __declspec( dllexport )
13   #else
14     #define creaMaracasVisu_EXPORT __declspec( dllimport )
15   #endif
16   #define creaMaracasVisu_CDECL __cdecl
17 #else
18   #define creaMaracasVisu_EXPORT
19   #define creaMaracasVisu_CDECL
20 #endif // defined(_WIN32)
21
22 #endif
23