MeVisLabToolboxReference
MeVis/Foundation/Sources/MLDataCompressors/MLDataCompressor/MLDataCompressorSystem.h
Go to the documentation of this file.
00001 // **InsertLicense** code
00002 //----------------------------------------------------------------------------------
00004 
00010 //----------------------------------------------------------------------------------
00011 
00012 #ifndef __MLDataCompressorSystem_H
00013 #define __MLDataCompressorSystem_H
00014 
00015 // DLL export macro definition
00016 #ifdef MLDATA_COMPRESSOR_EXPORTS
00017   // Use the MLDATA_COMPRESSOR_EXPORT macro to export classes and functions
00018   #define MLDATA_COMPRESSOR_EXPORT ML_LIBRARY_EXPORT_ATTRIBUTE
00019 #else
00020   // If included by external modules, exported symbols are declared as import symbols
00021   #define MLDATA_COMPRESSOR_EXPORT ML_LIBRARY_IMPORT_ATTRIBUTE
00022 #endif
00023 
00024 
00025 #endif // __MLDataCompressorSystem_H
00026 
00027