diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2022-06-03 17:48:57 -0500 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2022-06-07 19:44:36 -0500 |
commit | 648f370f7966b2738c1446601057d888bbd2c70f (patch) | |
tree | 9022566b1016f94127dfb7e84c9b4dfa057993cd /src/burn/test/BurnUnitTest/precomp.h | |
parent | 6b0f2d978504da82070523eb6adb0b59f9812e93 (diff) | |
download | wix-648f370f7966b2738c1446601057d888bbd2c70f.tar.gz wix-648f370f7966b2738c1446601057d888bbd2c70f.tar.bz2 wix-648f370f7966b2738c1446601057d888bbd2c70f.zip |
Make PathGetSystemPath return an array of paths ordered by preference.
Diffstat (limited to 'src/burn/test/BurnUnitTest/precomp.h')
-rw-r--r-- | src/burn/test/BurnUnitTest/precomp.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/burn/test/BurnUnitTest/precomp.h b/src/burn/test/BurnUnitTest/precomp.h index 11e54284..92c8c4c0 100644 --- a/src/burn/test/BurnUnitTest/precomp.h +++ b/src/burn/test/BurnUnitTest/precomp.h | |||
@@ -19,9 +19,11 @@ | |||
19 | #include <buffutil.h> | 19 | #include <buffutil.h> |
20 | #include <dirutil.h> | 20 | #include <dirutil.h> |
21 | #include <fileutil.h> | 21 | #include <fileutil.h> |
22 | #include <guidutil.h> | ||
22 | #include <logutil.h> | 23 | #include <logutil.h> |
23 | #include <memutil.h> | 24 | #include <memutil.h> |
24 | #include <pathutil.h> | 25 | #include <pathutil.h> |
26 | #include <polcutil.h> | ||
25 | #include <regutil.h> | 27 | #include <regutil.h> |
26 | #include <resrutil.h> | 28 | #include <resrutil.h> |
27 | #include <shelutil.h> | 29 | #include <shelutil.h> |