MeVisLab Toolbox Reference
System.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 ASYNCHRONOUSIO_EXPORTS
8  #define ASYNCHRONOUSIO_EXPORT ML_LIBRARY_EXPORT_ATTRIBUTE
9 #else
10  #define ASYNCHRONOUSIO_EXPORT ML_LIBRARY_IMPORT_ATTRIBUTE
11 #endif
12