diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2020-07-11 21:11:30 +1000 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2020-07-12 11:51:29 +1000 |
commit | 9c4b5559ccb55491fe68b0096d1be0496fd6fcc7 (patch) | |
tree | faa51204fc2e6e3dfd1b00ae03c7184c4fb0b4bf /src/test/DUtilUnitTest/precomp.h | |
parent | f651268309263fa67fa84caf9fb6dbebb5c900d9 (diff) | |
download | wix-9c4b5559ccb55491fe68b0096d1be0496fd6fcc7.tar.gz wix-9c4b5559ccb55491fe68b0096d1be0496fd6fcc7.tar.bz2 wix-9c4b5559ccb55491fe68b0096d1be0496fd6fcc7.zip |
Import DUtilUnitTest from old wix4 repo.
Diffstat (limited to 'src/test/DUtilUnitTest/precomp.h')
-rw-r--r-- | src/test/DUtilUnitTest/precomp.h | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/src/test/DUtilUnitTest/precomp.h b/src/test/DUtilUnitTest/precomp.h new file mode 100644 index 00000000..aa8f7de6 --- /dev/null +++ b/src/test/DUtilUnitTest/precomp.h | |||
@@ -0,0 +1,30 @@ | |||
1 | #pragma once | ||
2 | // Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. | ||
3 | |||
4 | |||
5 | #include <windows.h> | ||
6 | #include <strsafe.h> | ||
7 | #include <ShlObj.h> | ||
8 | |||
9 | // Include error.h before dutil.h | ||
10 | #include "error.h" | ||
11 | #include <dutil.h> | ||
12 | |||
13 | #include <dictutil.h> | ||
14 | #include <dirutil.h> | ||
15 | #include <fileutil.h> | ||
16 | #include <guidutil.h> | ||
17 | #include <iniutil.h> | ||
18 | #include <memutil.h> | ||
19 | #include <pathutil.h> | ||
20 | #include <strutil.h> | ||
21 | #include <monutil.h> | ||
22 | #include <regutil.h> | ||
23 | #include <uriutil.h> | ||
24 | #include <varutil.h> | ||
25 | #include <condutil.h> | ||
26 | |||
27 | #include "VarHelpers.h" | ||
28 | |||
29 | #pragma managed | ||
30 | #include <vcclr.h> | ||