MeVisLab Toolbox Reference
MLMainThreadCommunicatorSystem.h
Go to the documentation of this file.
1// Copyright (c) Fraunhofer MEVIS, Germany. All rights reserved.
2// **InsertLicense** code
3#pragma once
4
5#include <FMEGlobalSystemDefs.h>
6
7#ifdef MLMAINTHREADCOMMUNICATOR_EXPORT_SYMBOLS
8 #define MLMAINTHREADCOMMUNICATOR_EXPORT ML_LIBRARY_EXPORT_ATTRIBUTE
9#else
10 #define MLMAINTHREADCOMMUNICATOR_EXPORT ML_LIBRARY_IMPORT_ATTRIBUTE
11#endif
12