MeVisLabToolboxReference
MeVis/Foundation/Sources/DicomTree/MLDicomTree/DCMTree_Defines.h
Go to the documentation of this file.
00001 // **InsertLicense** code
00002 //----------------------------------------------------------------------------------
00004 
00009 //----------------------------------------------------------------------------------
00010 
00011 #ifndef DCMTREE_DEFINES_H
00012 #define DCMTREE_DEFINES_H
00013 
00014 #ifdef DCMTREE_EXPORTS
00015 #  define DCMTREE_EXPORT ML_LIBRARY_EXPORT_ATTRIBUTE
00016 #else
00017 #  define DCMTREE_EXPORT ML_LIBRARY_IMPORT_ATTRIBUTE
00018 #endif
00019 
00020 #endif /* DCMTREE_DEFINES_H */
00021