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