MeVisLab Toolbox Reference
MLDcmtkMLConverterModulesSystem.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 
13 #ifndef __MLDcmtkMLConverterModulesSystem_H
14 #define __MLDcmtkMLConverterModulesSystem_H
15 
16 
17 // DLL export macro definition
18 #ifdef MLDCMTKMLCONVERTERMODULES_EXPORTS
19  // Use the MLDCMTKMLCONVERTERMODULES_EXPORT macro to export classes and functions
20  #define MLDCMTKMLCONVERTERMODULES_EXPORT ML_LIBRARY_EXPORT_ATTRIBUTE
21 #else
22  // If included by external modules, exported symbols are declared as import symbols
23  #define MLDCMTKMLCONVERTERMODULES_EXPORT ML_LIBRARY_IMPORT_ATTRIBUTE
24 #endif
25 
26 
27 #endif // __MLDcmtkMLConverterModulesSystem_H
28 
29