diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2020-07-22 19:55:20 +1000 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2020-07-22 20:13:49 +1000 |
commit | d96ba4263bf243dedb62e9090072fba53bfe1316 (patch) | |
tree | 44fe48f8b8671834795b90d14e17fad889710751 /src/dnchost/dncutil.h | |
parent | 70b5d207d799308a6c3742f5d0348ab4fca75a3d (diff) | |
download | wix-d96ba4263bf243dedb62e9090072fba53bfe1316.tar.gz wix-d96ba4263bf243dedb62e9090072fba53bfe1316.tar.bz2 wix-d96ba4263bf243dedb62e9090072fba53bfe1316.zip |
Use hdt_get_function_pointer in dnchost when available.
Diffstat (limited to 'src/dnchost/dncutil.h')
-rw-r--r-- | src/dnchost/dncutil.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dnchost/dncutil.h b/src/dnchost/dncutil.h index 1a7c16e3..85eda3b2 100644 --- a/src/dnchost/dncutil.h +++ b/src/dnchost/dncutil.h | |||
@@ -14,6 +14,8 @@ struct HOSTFXR_STATE | |||
14 | hostfxr_get_runtime_properties_fn pfnHostfxrGetRuntimeProperties; | 14 | hostfxr_get_runtime_properties_fn pfnHostfxrGetRuntimeProperties; |
15 | hostfxr_set_error_writer_fn pfnHostfxrSetErrorWriter; | 15 | hostfxr_set_error_writer_fn pfnHostfxrSetErrorWriter; |
16 | hostfxr_close_fn pfnHostfxrClose; | 16 | hostfxr_close_fn pfnHostfxrClose; |
17 | hostfxr_get_runtime_delegate_fn pfnHostfxrGetRuntimeDelegate; | ||
18 | get_function_pointer_fn pfnGetFunctionPointer; | ||
17 | coreclr_initialize_ptr pfnCoreclrInitialize; | 19 | coreclr_initialize_ptr pfnCoreclrInitialize; |
18 | coreclr_create_delegate_ptr pfnCoreclrCreateDelegate; | 20 | coreclr_create_delegate_ptr pfnCoreclrCreateDelegate; |
19 | void* pClrHandle; | 21 | void* pClrHandle; |