Go to the documentation of this file.00001
00002
00003
00004
00005
00008
00009 #ifndef lgrSimGui_H_
00010 #define lgrSimGui_H_
00011
00012 #ifdef _WIN32
00013 #ifdef LGRSIMGUI_EXPORTS
00014 #define DT_DLL_LGRSIMGUI __declspec ( dllexport )
00015 #define DT_DLL_LGRSIMGUI_C extern "C" __declspec ( dllexport )
00016 #else
00017 #define DT_DLL_LGRSIMGUI __declspec ( dllimport )
00018 #define DT_DLL_LGRSIMGUI_C extern "C" __declspec ( dllexport )
00019 #endif
00020 #else
00021 #define DT_DLL_LGRSIMGUI
00022 #define DT_DLL_LGRSIMGUI_C
00023 #endif
00024
00025 #ifdef LGRSIMGUI_EXPORTS
00026 #define DT_LGR_PLUGIN_EXPORT_MACRO DT_DLL_LGRSIMGUI
00027 #include "lgrPlugin.h"
00028 #endif
00029
00030 #endif