diff options
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; |