MeVisLabToolboxReference
MeVisLab/Standard/Sources/ML/MLTools/include/MLToolsSystem.h
Go to the documentation of this file.
00001 // **InsertLicense** code
00002 //----------------------------------------------------------------------------------
00005 
00010 //----------------------------------------------------------------------------------
00011 #ifndef __MLToolsSystem_H
00012 #define __MLToolsSystem_H
00013 
00014 //---------------Export from DLL----------------------
00015 // To export classes in this DLL, mark them with the
00016 // MLTOOLS_EXPORT macro
00017 #ifdef MLTOOLS_EXPORTS
00018   #define MLTOOLS_EXPORT ML_LIBRARY_EXPORT_ATTRIBUTE
00019 #else
00020   #define MLTOOLS_EXPORT ML_LIBRARY_IMPORT_ATTRIBUTE
00021 #endif
00022 
00023 #endif // __mlToolsSystem_H