MeVisLab Toolbox Reference
MLDcmtkAccessoriesSystem.h
Go to the documentation of this file.
1 // Copyright (c) Fraunhofer MEVIS, Germany. All rights reserved.
2 // **InsertLicense** code
3 //----------------------------------------------------------------------------------
5 
11 //----------------------------------------------------------------------------------
12 
13 
14 #ifndef __MLDcmtkAccessoriesSystem_H
15 #define __MLDcmtkAccessoriesSystem_H
16 
17 
18 // DLL export macro definition
19 #ifdef MLDCMTKACCESSORIES_EXPORTS
20  // Use the MLSIGNALPROCESSING_EXPORT macro to export classes and functions
21  #define MLDCMTKACCESSORIES_EXPORT ML_LIBRARY_EXPORT_ATTRIBUTE
22 #else
23  // If included by external modules, exported symbols are declared as import symbols
24  #define MLDCMTKACCESSORIES_EXPORT ML_LIBRARY_IMPORT_ATTRIBUTE
25 #endif
26 
27 
28 #endif // __MLDCMTKAccessoriesSystem_H
29 
30