diff options
Diffstat (limited to 'src/ext/ComPlus/ca/precomp.h')
-rw-r--r-- | src/ext/ComPlus/ca/precomp.h | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/src/ext/ComPlus/ca/precomp.h b/src/ext/ComPlus/ca/precomp.h new file mode 100644 index 00000000..74c328d2 --- /dev/null +++ b/src/ext/ComPlus/ca/precomp.h | |||
@@ -0,0 +1,33 @@ | |||
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 <strsafe.h> | ||
8 | #include <comadmin.h> | ||
9 | #include <ntsecapi.h> | ||
10 | #include <aclapi.h> | ||
11 | |||
12 | #include "wcautil.h" | ||
13 | #include "memutil.h" | ||
14 | #include "strutil.h" | ||
15 | #include "wiutil.h" | ||
16 | |||
17 | #include "CustomMsiErrors.h" | ||
18 | |||
19 | #include "cpcost.h" | ||
20 | #include "cputilexec.h" | ||
21 | #include "cppartexec.h" | ||
22 | #include "cppartroleexec.h" | ||
23 | #include "cpappexec.h" | ||
24 | #include "cpapproleexec.h" | ||
25 | #include "cpasmexec.h" | ||
26 | #include "cpsubsexec.h" | ||
27 | #include "cputilsched.h" | ||
28 | #include "cppartsched.h" | ||
29 | #include "cppartrolesched.h" | ||
30 | #include "cpappsched.h" | ||
31 | #include "cpapprolesched.h" | ||
32 | #include "cpasmsched.h" | ||
33 | #include "cpsubssched.h" | ||