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 
5 #pragma once
6 
7 // DLL export macro definition.
8 #ifdef ML_ALGORITHM_MODULE_EXPORT_SYMBOLS
9  #define ML_ALGORITHM_MODULE_EXPORT ML_LIBRARY_EXPORT_ATTRIBUTE
10 #else
11  #define ML_ALGORITHM_MODULE_EXPORT ML_LIBRARY_IMPORT_ATTRIBUTE
12 #endif