MeVisLab Toolbox Reference
MLPrivateSequenceDICOMTagDecodersSystem.h
Go to the documentation of this file.
1 // Copyright (c) Fraunhofer MEVIS, Germany. All rights reserved.
2 // **InsertLicense** code
3 //----------------------------------------------------------------------------------
5 
10 //----------------------------------------------------------------------------------
11 
12 #pragma once
13 
15 #ifdef ML_PRIVATE_SEQUENCE_DICOM_TAG_DECODERS_EXPORTS
16  // Use the ML_PRIVATE_SEQUENCE__DICOM_TAG_DECODERS_EXPORT macro to export classes and functions
17  #define ML_PRIVATE_SEQUENCE_DICOM_TAG_DECODERS_EXPORT ML_LIBRARY_EXPORT_ATTRIBUTE
18 #else
19  // If included by external modules, exported symbols are declared as import symbols
20  #define ML_PRIVATE_SEQUENCE_DICOM_TAG_DECODERS_EXPORT ML_LIBRARY_IMPORT_ATTRIBUTE
21 #endif