diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2022-06-03 17:50:22 -0500 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2022-06-07 19:44:36 -0500 |
commit | 8810aa8908ed7887616d86dd5fb821fcfa92f444 (patch) | |
tree | 8bc05667c36cc0d3db73504c867e85b01f1a79b0 /src/burn/engine/precomp.h | |
parent | 266b097c0b0a13dd4934f55f61cad62ffcbb953d (diff) | |
download | wix-8810aa8908ed7887616d86dd5fb821fcfa92f444.tar.gz wix-8810aa8908ed7887616d86dd5fb821fcfa92f444.tar.bz2 wix-8810aa8908ed7887616d86dd5fb821fcfa92f444.zip |
Update Burn algorithm for picking elevated temp path to use SystemTemp.
Diffstat (limited to 'src/burn/engine/precomp.h')
-rw-r--r-- | src/burn/engine/precomp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/burn/engine/precomp.h b/src/burn/engine/precomp.h index 19a6d48b..bc7046f6 100644 --- a/src/burn/engine/precomp.h +++ b/src/burn/engine/precomp.h | |||
@@ -31,6 +31,7 @@ | |||
31 | #include <certutil.h> | 31 | #include <certutil.h> |
32 | #include <cryputil.h> | 32 | #include <cryputil.h> |
33 | #include <dirutil.h> | 33 | #include <dirutil.h> |
34 | #include <envutil.h> | ||
34 | #include <fileutil.h> | 35 | #include <fileutil.h> |
35 | #include <guidutil.h> | 36 | #include <guidutil.h> |
36 | #include <logutil.h> | 37 | #include <logutil.h> |