MeVisLab Toolbox Reference
MLPCLSupportWrappersSystem.h
Go to the documentation of this file.
1 // Copyright (c) Fraunhofer MEVIS, Germany. All rights reserved.
2 // **InsertLicense** code author="Wolf Spindler"
3 //----------------------------------------------------------------------------------
5 
10 //----------------------------------------------------------------------------------
11 
12 #ifndef __MLPCLSupportWrappersSystem_H
13 #define __MLPCLSupportWrappersSystem_H
14 
15 // DLL export macro definition
16 #ifdef MLPCLSupportWrappers_EXPORTS
18  #define MLPCLSupportWrappers_EXPORT ML_LIBRARY_EXPORT_ATTRIBUTE
19 #else
21  #define MLPCLSupportWrappers_EXPORT ML_LIBRARY_IMPORT_ATTRIBUTE
22 #endif
23 
24 #endif
25