MeVisLab Toolbox Reference
MLPCLInventorAdaptersSystem.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 #pragma once
13 
14 // DLL export macro definition.
15 #ifdef MLPCL_InventorAdapters_EXPORTS
17  #define MLPCL_InventorAdapters_EXPORT ML_LIBRARY_EXPORT_ATTRIBUTE
18 #else
20  #define MLPCL_InventorAdapters_EXPORT ML_LIBRARY_IMPORT_ATTRIBUTE
21 #endif
22