#ifndef __creaMaracasVisu_EXPORT_h_INCLUDED__ #define __creaMaracasVisu_EXPORT_h_INCLUDED__ // Automatically generated file which defines // the symbols creaMaracasVisu_EXPORT and creaMaracasVisu_CDECL // to be used for the definition of classes or functions // which must be exported when the lib is built as a shared lib on Windows // and imported when the shared lib is used by another program #if defined(_WIN32) && defined (creaMaracasVisu_BUILD_SHARED) #ifdef creaMaracasVisu_EXPORT_SYMBOLS #define creaMaracasVisu_EXPORT __declspec( dllexport ) #else #define creaMaracasVisu_EXPORT __declspec( dllimport ) #endif #define creaMaracasVisu_CDECL __cdecl #else #define creaMaracasVisu_EXPORT #define creaMaracasVisu_CDECL #endif // defined(_WIN32) #endif