diff options
author | Rob Mensching <rob@firegiant.com> | 2021-05-03 17:00:34 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2021-05-03 17:00:34 -0700 |
commit | 592c6e2f7407c291a7bf9ef4c8ce50da9798cc68 (patch) | |
tree | af42d0518b91cdc31590884006a2624bf7cdf4ed /src/ext/UI/ca/precomp.h | |
parent | 0e7fa93306858a9adde5b64ede920492632ba9e6 (diff) | |
download | wix-592c6e2f7407c291a7bf9ef4c8ce50da9798cc68.tar.gz wix-592c6e2f7407c291a7bf9ef4c8ce50da9798cc68.tar.bz2 wix-592c6e2f7407c291a7bf9ef4c8ce50da9798cc68.zip |
Move UI.wixext into ext
Diffstat (limited to 'src/ext/UI/ca/precomp.h')
-rw-r--r-- | src/ext/UI/ca/precomp.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/ext/UI/ca/precomp.h b/src/ext/UI/ca/precomp.h new file mode 100644 index 00000000..e95240c6 --- /dev/null +++ b/src/ext/UI/ca/precomp.h | |||
@@ -0,0 +1,18 @@ | |||
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 <msiquery.h> | ||
7 | #include <richedit.h> | ||
8 | #include <shlwapi.h> | ||
9 | |||
10 | #include "wcautil.h" | ||
11 | #include "aclutil.h" | ||
12 | #include "fileutil.h" | ||
13 | #include "memutil.h" | ||
14 | #include "strutil.h" | ||
15 | #include "xmlutil.h" | ||
16 | |||
17 | #include "CustomMsiErrors.h" | ||
18 | #include "cost.h" | ||