diff options
Diffstat (limited to 'src/ca/precomp.h')
-rw-r--r-- | src/ca/precomp.h | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/src/ca/precomp.h b/src/ca/precomp.h index 3edad7ed..45984156 100644 --- a/src/ca/precomp.h +++ b/src/ca/precomp.h | |||
@@ -2,12 +2,54 @@ | |||
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. | 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 | 3 | ||
4 | 4 | ||
5 | #if _WIN32_MSI < 150 | ||
6 | #define _WIN32_MSI 150 | ||
7 | #endif | ||
8 | |||
5 | #include <windows.h> | 9 | #include <windows.h> |
6 | #include <msiquery.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> | ||
7 | 24 | ||
8 | #define MAXUINT USHRT_MAX | 25 | #define MAXUINT USHRT_MAX |
9 | #include <Setup.Configuration.h> | 26 | #include <Setup.Configuration.h> |
10 | 27 | ||
11 | #include "wcautil.h" | 28 | #include "wcautil.h" |
29 | #include "wcawow64.h" | ||
30 | #include "wcawrapquery.h" | ||
31 | #include "aclutil.h" | ||
32 | #include "dirutil.h" | ||
12 | #include "fileutil.h" | 33 | #include "fileutil.h" |
34 | #include "memutil.h" | ||
35 | #include "osutil.h" | ||
36 | #include "pathutil.h" | ||
37 | #include "procutil.h" | ||
38 | #include "shelutil.h" | ||
13 | #include "strutil.h" | 39 | #include "strutil.h" |
40 | #include "sczutil.h" | ||
41 | #include "rmutil.h" | ||
42 | #include "userutil.h" | ||
43 | #include "xmlutil.h" | ||
44 | #include "wiutil.h" | ||
45 | |||
46 | #include "CustomMsiErrors.h" | ||
47 | |||
48 | #include "sca.h" | ||
49 | #include "scacost.h" | ||
50 | #include "cost.h" | ||
51 | #include "scauser.h" | ||
52 | #include "scasmb.h" | ||
53 | #include "scasmbexec.h" | ||
54 | |||
55 | #include "caSuffix.h" | ||