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