diff options
author | Bob Arnson <bob@firegiant.com> | 2024-01-24 17:38:55 -0500 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2024-03-06 18:03:38 -0800 |
commit | ce9ef4702cddf9a2398f6fbb7702988b662b5565 (patch) | |
tree | 5640c90e09b98e6573bf241a362a107ec8d595f1 /src/burn/stub/precomp.h | |
parent | 626f5c6b4b0395a831fda0f08893b88a745f6915 (diff) | |
download | wix-ce9ef4702cddf9a2398f6fbb7702988b662b5565.tar.gz wix-ce9ef4702cddf9a2398f6fbb7702988b662b5565.tar.bz2 wix-ce9ef4702cddf9a2398f6fbb7702988b662b5565.zip |
Mitigate .local DLL redirection Windows bug.
Diffstat (limited to 'src/burn/stub/precomp.h')
-rw-r--r-- | src/burn/stub/precomp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/burn/stub/precomp.h b/src/burn/stub/precomp.h index bb7ded9c..46239a6c 100644 --- a/src/burn/stub/precomp.h +++ b/src/burn/stub/precomp.h | |||
@@ -9,6 +9,7 @@ | |||
9 | 9 | ||
10 | #include <dutil.h> | 10 | #include <dutil.h> |
11 | #include <apputil.h> | 11 | #include <apputil.h> |
12 | #include <dirutil.h> | ||
12 | #include <strutil.h> | 13 | #include <strutil.h> |
13 | #include <fileutil.h> | 14 | #include <fileutil.h> |
14 | #include <pathutil.h> | 15 | #include <pathutil.h> |