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