MeVisLab Toolbox Reference
MLParameterInfoSystem.h
Go to the documentation of this file.
1// Copyright (c) Fraunhofer MEVIS, Germany. All rights reserved.
2// **InsertLicense** code
3//------------------------------------------------------------------------------
4#pragma once
5
6#include <FMEGlobalSystemDefs.h>
7
8// DLL export macro definition.
9#ifdef MLParameterInfo_EXPORT_SYMBOLS
10 // Replace with export symbol if compiling project.
11 #define MLParameterInfo_EXPORT ML_LIBRARY_EXPORT_ATTRIBUTE
12#else
13 // Replace with import symbols if included by external sources.
14 #define MLParameterInfo_EXPORT ML_LIBRARY_IMPORT_ATTRIBUTE
15#endif
16