MeVisLab Toolbox Reference
librarySystem.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_EXAMPLES_EXPORT_SYMBOLS
9  // Use the ML_ALGORITHM_MODULE_EXAMPLES_EXPORT macro to export classes and functions.
10  #define ML_ALGORITHM_MODULE_EXAMPLES_EXPORT ML_LIBRARY_EXPORT_ATTRIBUTE
11 #else
12  // If included by external modules, exported symbols are declared as import symbols.
13  #define ML_ALGORITHM_MODULE_EXAMPLES_EXPORT ML_LIBRARY_IMPORT_ATTRIBUTE
14 #endif