MeVisLabToolboxReference
MeVis/Foundation/Sources/MLImageFormatBase/MLImageFormatBaseSystem.h
Go to the documentation of this file.
00001 // **InsertLicense** code
00002 //----------------------------------------------------------------------------------
00004 
00009 //----------------------------------------------------------------------------------
00010 
00011 #ifndef __MLImageFormatBaseSystem_H
00012 #define __MLImageFormatBaseSystem_H
00013 
00014 // DLL export macro definition
00015 #ifdef MLIMAGEFORMATBASE_EXPORTS
00016 
00017   #define MLIMAGEFORMATBASE_EXPORT ML_LIBRARY_EXPORT_ATTRIBUTE
00018 #else
00019 
00020   #define MLIMAGEFORMATBASE_EXPORT ML_LIBRARY_IMPORT_ATTRIBUTE
00021 #endif
00022 
00023 #endif // __MLImageFormatBaseSystem_H