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