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