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#pragma once
5
6#include <FMEGlobalSystemDefs.h>
7
8// DLL export macro definition.
9#ifdef ML_ALGORITHM_MODULE_EXAMPLES_EXPORT_SYMBOLS
10 // Use the ML_ALGORITHM_MODULE_EXAMPLES_EXPORT macro to export classes and functions.
11 #define ML_ALGORITHM_MODULE_EXAMPLES_EXPORT ML_LIBRARY_EXPORT_ATTRIBUTE
12#else
13 // If included by external modules, exported symbols are declared as import symbols.
14 #define ML_ALGORITHM_MODULE_EXAMPLES_EXPORT ML_LIBRARY_IMPORT_ATTRIBUTE
15#endif
16