Go to the documentation of this file.00001
00002
00003
00004
00005
00008
00009 #pragma once
00010 #if DtHLA
00011
00012 #ifdef _WIN32
00013 #ifdef SAMPLE_DDM_EXPORTS
00014 #define DT_DLL_SAMPLE_DDM __declspec ( dllexport )
00015 #else
00016 #define DT_DLL_SAMPLE_DDM __declspec ( dllimport )
00017 #endif
00018 #else
00019 #define DT_DLL_SAMPLE_DDM
00020 #endif
00021
00022 #ifdef SAMPLE_DDM_EXPORTS
00023 #define DT_LGR_PLUGIN_EXPORT_MACRO DT_DLL_SAMPLE_DDM
00024 #include <lgrPlugin.h>
00025 #endif
00026
00027 #endif // DtHLA