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/precomp.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 '')
-rw-r--r-- | src/dnchost/precomp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dnchost/precomp.h b/src/dnchost/precomp.h index d19a0780..84ff6424 100644 --- a/src/dnchost/precomp.h +++ b/src/dnchost/precomp.h | |||
@@ -24,6 +24,7 @@ | |||
24 | #define NETHOST_USE_AS_STATIC | 24 | #define NETHOST_USE_AS_STATIC |
25 | #include <nethost.h> | 25 | #include <nethost.h> |
26 | #include <hostfxr.h> | 26 | #include <hostfxr.h> |
27 | #include <coreclr_delegates.h> | ||
27 | 28 | ||
28 | #include "coreclrhost.h" | 29 | #include "coreclrhost.h" |
29 | #include "dncutil.h" | 30 | #include "dncutil.h" |