diff options
Diffstat (limited to 'src/ext/Util/ca/precomp.h')
-rw-r--r-- | src/ext/Util/ca/precomp.h | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/src/ext/Util/ca/precomp.h b/src/ext/Util/ca/precomp.h new file mode 100644 index 00000000..c5d6afe5 --- /dev/null +++ b/src/ext/Util/ca/precomp.h | |||
@@ -0,0 +1,54 @@ | |||
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 | #if _WIN32_MSI < 150 | ||
6 | #define _WIN32_MSI 150 | ||
7 | #endif | ||
8 | |||
9 | #include <windows.h> | ||
10 | #include <msiquery.h> | ||
11 | #include <msidefs.h> | ||
12 | #include <stierr.h> | ||
13 | |||
14 | #include <strsafe.h> | ||
15 | |||
16 | #include <msxml2.h> | ||
17 | #include <Iads.h> | ||
18 | #include <activeds.h> | ||
19 | #include <lm.h> // NetApi32.lib | ||
20 | #include <Ntsecapi.h> | ||
21 | #include <Dsgetdc.h> | ||
22 | #include <shlobj.h> | ||
23 | #include <intshcut.h> | ||
24 | |||
25 | #define MAXUINT USHRT_MAX | ||
26 | |||
27 | #include "wcautil.h" | ||
28 | #include "wcawow64.h" | ||
29 | #include "wcawrapquery.h" | ||
30 | #include "aclutil.h" | ||
31 | #include "dirutil.h" | ||
32 | #include "fileutil.h" | ||
33 | #include "memutil.h" | ||
34 | #include "osutil.h" | ||
35 | #include "pathutil.h" | ||
36 | #include "procutil.h" | ||
37 | #include "shelutil.h" | ||
38 | #include "strutil.h" | ||
39 | #include "sczutil.h" | ||
40 | #include "rmutil.h" | ||
41 | #include "userutil.h" | ||
42 | #include "xmlutil.h" | ||
43 | #include "wiutil.h" | ||
44 | |||
45 | #include "CustomMsiErrors.h" | ||
46 | |||
47 | #include "sca.h" | ||
48 | #include "scacost.h" | ||
49 | #include "cost.h" | ||
50 | #include "scauser.h" | ||
51 | #include "scasmb.h" | ||
52 | #include "scasmbexec.h" | ||
53 | |||
54 | #include "caDecor.h" | ||