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 
4 #pragma once
5 
6 #ifdef MLMAINTHREADCOMMUNICATOR_EXPORT_SYMBOLS
7 #define MLMAINTHREADCOMMUNICATOR_EXPORT ML_LIBRARY_EXPORT_ATTRIBUTE
8 #else
9 #define MLMAINTHREADCOMMUNICATOR_EXPORT ML_LIBRARY_IMPORT_ATTRIBUTE
10 #endif