MeVisLab Toolbox Reference
MLDicomAnalysisWorkSystem.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 #ifdef ML_DICOM_ANALYSIS_WORK_EXPORTS
15  // Use the ML_DICOM_ANALYSIS_WORK_EXPORT macro to export classes and functions
16  #define ML_DICOM_ANALYSIS_WORK_EXPORT ML_LIBRARY_EXPORT_ATTRIBUTE
17 #else
18  // If included by external modules, exported symbols are declared as import symbols
19  #define ML_DICOM_ANALYSIS_WORK_EXPORT ML_LIBRARY_IMPORT_ATTRIBUTE
20 #endif
21