MeVisLabToolboxReference
MeVis/Foundation/Sources/MLInventorBinding/InventorWrapperDllInit.h
Go to the documentation of this file.
00001 #ifndef __InventorWrapperDllInit_H
00002 #define __InventorWrapperDllInit_H
00003 //----------------------------------------------------------------------------------
00004 // **InsertLicense** code
00005 //----------------------------------------------------------------------------------
00007 
00012 //----------------------------------------------------------------------------------
00013 
00014 #ifdef INVENTORWRAPPER_EXPORTS
00015   #define INVENTORWRAPPER_API ML_LIBRARY_EXPORT_ATTRIBUTE
00016 #else
00017   #define INVENTORWRAPPER_API ML_LIBRARY_IMPORT_ATTRIBUTE
00018 #endif
00019 
00020 #include <stdlib.h>
00021 
00022 #endif