MeVisLabToolboxReference
MeVisLab/Standard/Sources/ML/MLImageFormat/MLImageFormatSystem.h
Go to the documentation of this file.
00001 // **InsertLicense** code
00002 //----------------------------------------------------------------------------------
00004 
00010 //----------------------------------------------------------------------------------
00011 
00012 #ifndef __MLImageFormatSystem_H
00013 #define __MLImageFormatSystem_H
00014 
00015 // DLL export macro definition
00016 #ifdef MLIMAGEFORMAT_EXPORTS
00017 
00018   #define MLIMAGEFORMAT_EXPORT ML_LIBRARY_EXPORT_ATTRIBUTE
00019 #else
00020 
00021   #define MLIMAGEFORMAT_EXPORT ML_LIBRARY_IMPORT_ATTRIBUTE
00022 #endif
00023 
00024 #endif // __MLImageFormatSystem_H
00025 
00026 
00027