aboutsummaryrefslogtreecommitdiff
path: root/src/ext/Bal/dnchost/dncutil.h
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2022-10-25 15:12:01 -0500
committerSean Hall <r.sean.hall@gmail.com>2022-10-25 16:19:18 -0500
commitd9ab1c3ce2cdebb865c2283eb3e764d3b2caaa98 (patch)
tree332335fbcd676be4fc991858897fbb35dcd3c9f3 /src/ext/Bal/dnchost/dncutil.h
parent321c30138c82390ea5ad6b0a612dff294203a877 (diff)
downloadwix-d9ab1c3ce2cdebb865c2283eb3e764d3b2caaa98.tar.gz
wix-d9ab1c3ce2cdebb865c2283eb3e764d3b2caaa98.tar.bz2
wix-d9ab1c3ce2cdebb865c2283eb3e764d3b2caaa98.zip
Remove support for .NET Core 3.x from dnchost.
Related to 6942
Diffstat (limited to 'src/ext/Bal/dnchost/dncutil.h')
-rw-r--r--src/ext/Bal/dnchost/dncutil.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/ext/Bal/dnchost/dncutil.h b/src/ext/Bal/dnchost/dncutil.h
index f88e3f77..3fa81364 100644
--- a/src/ext/Bal/dnchost/dncutil.h
+++ b/src/ext/Bal/dnchost/dncutil.h
@@ -8,15 +8,10 @@ struct HOSTFXR_STATE
8 LPWSTR sczHostfxrPath; 8 LPWSTR sczHostfxrPath;
9 hostfxr_handle hostContextHandle; 9 hostfxr_handle hostContextHandle;
10 hostfxr_initialize_for_dotnet_command_line_fn pfnHostfxrInitializeForApp; 10 hostfxr_initialize_for_dotnet_command_line_fn pfnHostfxrInitializeForApp;
11 hostfxr_get_runtime_properties_fn pfnHostfxrGetRuntimeProperties;
12 hostfxr_set_error_writer_fn pfnHostfxrSetErrorWriter; 11 hostfxr_set_error_writer_fn pfnHostfxrSetErrorWriter;
13 hostfxr_close_fn pfnHostfxrClose; 12 hostfxr_close_fn pfnHostfxrClose;
14 hostfxr_get_runtime_delegate_fn pfnHostfxrGetRuntimeDelegate; 13 hostfxr_get_runtime_delegate_fn pfnHostfxrGetRuntimeDelegate;
15 get_function_pointer_fn pfnGetFunctionPointer; 14 get_function_pointer_fn pfnGetFunctionPointer;
16 coreclr_initialize_ptr pfnCoreclrInitialize;
17 coreclr_create_delegate_ptr pfnCoreclrCreateDelegate;
18 void* pClrHandle;
19 UINT dwDomainId;
20}; 15};
21 16
22HRESULT DnchostLoadRuntime( 17HRESULT DnchostLoadRuntime(
@@ -30,6 +25,5 @@ HRESULT DnchostLoadRuntime(
30HRESULT DnchostCreateFactory( 25HRESULT DnchostCreateFactory(
31 __in HOSTFXR_STATE* pState, 26 __in HOSTFXR_STATE* pState,
32 __in LPCWSTR wzBaFactoryAssemblyName, 27 __in LPCWSTR wzBaFactoryAssemblyName,
33 __in LPCWSTR wzBaFactoryAssemblyPath,
34 __out IBootstrapperApplicationFactory** ppAppFactory 28 __out IBootstrapperApplicationFactory** ppAppFactory
35 ); 29 );