creaMaracasVisu_EXPORT.h
Go to the documentation of this file.00001 #ifndef __creaMaracasVisu_EXPORT_h_INCLUDED__
00002 #define __creaMaracasVisu_EXPORT_h_INCLUDED__
00003
00004
00005
00006
00007
00008
00009
00010 #if defined(_WIN32) && defined (creaMaracasVisu_BUILD_SHARED)
00011 #ifdef creaMaracasVisu_EXPORT_SYMBOLS
00012 #define creaMaracasVisu_EXPORT __declspec( dllexport )
00013 #else
00014 #define creaMaracasVisu_EXPORT __declspec( dllimport )
00015 #endif
00016 #define creaMaracasVisu_CDECL __cdecl
00017 #else
00018 #define creaMaracasVisu_EXPORT
00019 #define creaMaracasVisu_CDECL
00020 #endif // defined(_WIN32)
00021
00022 #endif
00023