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