00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef HxInstGenConv_h
00011 #define HxInstGenConv_h
00012
00013
00014 #ifdef HX_MULT_DLL
00015
00016
00017 # define DllImport __declspec( dllimport )
00018 # define DllExport __declspec( dllexport )
00019
00020
00021 # ifdef HXINSTGENCONV_EXPORTS
00022
00023 # define L_HXINSTGENCONV DllExport
00024 # ifndef HX_EXPORT_TEMPLATE
00025 # define HX_EXPORT_TEMPLATE
00026 # endif
00027 # else
00028 # define L_HXINSTGENCONV DllImport
00029 # endif
00030
00031 #else
00032
00033 # define L_HXINSTGENCONV
00034 # ifndef HX_EXPORT_TEMPLATE
00035 # define HX_EXPORT_TEMPLATE
00036 # endif
00037
00038 #endif
00039
00040 #endif