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