creaMaracasVisu_EXPORT.h

Go to the documentation of this file.
00001 #ifndef __creaMaracasVisu_EXPORT_h_INCLUDED__
00002 #define __creaMaracasVisu_EXPORT_h_INCLUDED__
00003 
00004 // Automatically generated file which defines 
00005 // the symbols creaMaracasVisu_EXPORT and creaMaracasVisu_CDECL
00006 // to be used for the definition of classes or functions
00007 // which must be exported when the lib is built as a shared lib on Windows
00008 // and imported when the shared lib is used by another program
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 

Generated on 18 Mar 2010 for creaMaracasVisu_lib by  doxygen 1.6.1