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/test/burn/TestData/Manual/BafThmutilTesting/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/test/burn/TestData/Manual/BafThmutilTesting/precomp.h')
-rw-r--r-- | src/test/burn/TestData/Manual/BafThmutilTesting/precomp.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/test/burn/TestData/Manual/BafThmutilTesting/precomp.h b/src/test/burn/TestData/Manual/BafThmutilTesting/precomp.h index e7cd39dc..2e14786a 100644 --- a/src/test/burn/TestData/Manual/BafThmutilTesting/precomp.h +++ b/src/test/burn/TestData/Manual/BafThmutilTesting/precomp.h | |||
@@ -16,12 +16,15 @@ | |||
16 | #include <stdlib.h> | 16 | #include <stdlib.h> |
17 | #include <strsafe.h> | 17 | #include <strsafe.h> |
18 | #include <CommCtrl.h> | 18 | #include <CommCtrl.h> |
19 | #include <sddl.h> | ||
19 | 20 | ||
20 | #include "dutil.h" | 21 | #include "dutil.h" |
21 | #include "dictutil.h" | 22 | #include "dictutil.h" |
22 | #include "fileutil.h" | 23 | #include "fileutil.h" |
23 | #include "locutil.h" | 24 | #include "locutil.h" |
25 | #include "memutil.h" | ||
24 | #include "pathutil.h" | 26 | #include "pathutil.h" |
27 | #include "procutil.h" | ||
25 | #include "strutil.h" | 28 | #include "strutil.h" |
26 | #include "thmutil.h" | 29 | #include "thmutil.h" |
27 | #include "regutil.h" | 30 | #include "regutil.h" |