MeVisLab Toolbox Reference
MLAlgorithmModuleSystem.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 ML_ALGORITHM_MODULE_EXPORT_SYMBOLS
10 #define ML_ALGORITHM_MODULE_EXPORT ML_LIBRARY_EXPORT_ATTRIBUTE
11#else
12 #define ML_ALGORITHM_MODULE_EXPORT ML_LIBRARY_IMPORT_ATTRIBUTE
13#endif
14