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 
5 #pragma once
6 
7 // DLL export macro definition.
8 #ifdef MLParameterInfo_EXPORT_SYMBOLS
9  // Replace with export symbol if compiling project.
10  #define MLParameterInfo_EXPORT ML_LIBRARY_EXPORT_ATTRIBUTE
11 #else
12  // Replace with import symbols if included by external sources.
13  #define MLParameterInfo_EXPORT ML_LIBRARY_IMPORT_ATTRIBUTE
14 #endif
15