diff options
Diffstat (limited to 'src/ext/Util/be/precomp.h')
-rw-r--r-- | src/ext/Util/be/precomp.h | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/src/ext/Util/be/precomp.h b/src/ext/Util/be/precomp.h new file mode 100644 index 00000000..76d24c7b --- /dev/null +++ b/src/ext/Util/be/precomp.h | |||
@@ -0,0 +1,37 @@ | |||
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 | |||
18 | #define MAXUINT USHRT_MAX | ||
19 | |||
20 | #include <dutil.h> | ||
21 | #include <memutil.h> | ||
22 | #include <strutil.h> | ||
23 | #include <pathutil.h> | ||
24 | #include <xmlutil.h> | ||
25 | |||
26 | #include <BundleExtensionEngine.h> | ||
27 | #include <BundleExtension.h> | ||
28 | |||
29 | #include <IBundleExtensionEngine.h> | ||
30 | #include <IBundleExtension.h> | ||
31 | #include <bextutil.h> | ||
32 | #include <BextBundleExtensionEngine.h> | ||
33 | |||
34 | #include "beDecor.h" | ||
35 | #include "utilsearch.h" | ||
36 | #include "detectsha2support.h" | ||
37 | #include "UtilBundleExtension.h" | ||