diff options
Diffstat (limited to 'src/api/burn/balutil/precomp.h')
-rw-r--r-- | src/api/burn/balutil/precomp.h | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/src/api/burn/balutil/precomp.h b/src/api/burn/balutil/precomp.h new file mode 100644 index 00000000..c500060a --- /dev/null +++ b/src/api/burn/balutil/precomp.h | |||
@@ -0,0 +1,32 @@ | |||
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 <bitsmsg.h> | ||
7 | #include <msi.h> | ||
8 | #include <wininet.h> | ||
9 | #include <CommCtrl.h> | ||
10 | |||
11 | #include <dutil.h> | ||
12 | #include <pathutil.h> | ||
13 | #include <locutil.h> | ||
14 | #include <memutil.h> | ||
15 | #include <strutil.h> | ||
16 | #include <thmutil.h> | ||
17 | #include <xmlutil.h> | ||
18 | |||
19 | #include <BootstrapperEngine.h> | ||
20 | #include <BootstrapperApplication.h> | ||
21 | |||
22 | #include "IBootstrapperEngine.h" | ||
23 | #include "IBootstrapperApplication.h" | ||
24 | |||
25 | #include "BAFunctions.h" | ||
26 | #include "IBAFunctions.h" | ||
27 | |||
28 | #include "balutil.h" | ||
29 | #include "BalBootstrapperEngine.h" | ||
30 | #include "balcondition.h" | ||
31 | #include "balinfo.h" | ||
32 | #include "balretry.h" | ||