MeVisLab Toolbox Reference
MLDicomToMLToolsSystem.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 MLDICOM_TO_ML_TOOLS_EXPORTS
16  #define MLDICOM_TO_ML_TOOLS_EXPORT ML_LIBRARY_EXPORT_ATTRIBUTE
17 #else
19  #define MLDICOM_TO_ML_TOOLS_EXPORT ML_LIBRARY_IMPORT_ATTRIBUTE
20 #endif