aboutsummaryrefslogtreecommitdiff
path: root/src/ca/precomp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ca/precomp.h')
-rw-r--r--src/ca/precomp.h54
1 files changed, 54 insertions, 0 deletions
diff --git a/src/ca/precomp.h b/src/ca/precomp.h
index 3edad7ed..efddb5f2 100644
--- a/src/ca/precomp.h
+++ b/src/ca/precomp.h
@@ -2,12 +2,66 @@
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 <strsafe.h>
13
14#include <lm.h> // NetApi32.lib
15
16#include <Dsgetdc.h>
17#include <ComAdmin.h>
18#include <ahadmin.h> // IIS 7 config
7 19
8#define MAXUINT USHRT_MAX 20#define MAXUINT USHRT_MAX
9#include <Setup.Configuration.h> 21#include <Setup.Configuration.h>
10 22
11#include "wcautil.h" 23#include "wcautil.h"
24#include "wcawow64.h"
25#include "wcawrapquery.h"
26
27#include "certutil.h"
28#include "cryputil.h"
12#include "fileutil.h" 29#include "fileutil.h"
30#include "iis7util.h"
31#include "memutil.h"
32#include "metautil.h"
13#include "strutil.h" 33#include "strutil.h"
34#include "userutil.h"
35#include "wiutil.h"
36
37#include "CustomMsiErrors.h"
38#include "sca.h"
39#include "scacost.h"
40#include "scacert.h"
41#include "scafilter.h"
42
43#include "scaiis.h"
44#include "scaiis7.h"
45#include "scaproperty.h"
46#include "scaweb.h"
47#include "scawebdir.h"
48#include "scawebsvcext.h"
49#include "scavdir.h"
50#include "scaweb7.h"
51#include "scaapppool7.h"
52#include "scavdir7.h"
53#include "scawebapp7.h"
54#include "scawebappext7.h"
55#include "scamimemap7.h"
56#include "scawebprop7.h"
57#include "scaweblog7.h"
58#include "scafilter7.h"
59#include "scahttpheader7.h"
60#include "scaweberr7.h"
61#include "scawebsvcext7.h"
62#include "scaproperty7.h"
63#include "scawebdir7.h"
64#include "scassl7.h"
65#include "scaexecIIS7.h"
66
67#include "caSuffix.h"