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