diff options
Diffstat (limited to 'src/api/burn/mbanative/precomp.h')
-rw-r--r-- | src/api/burn/mbanative/precomp.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/api/burn/mbanative/precomp.h b/src/api/burn/mbanative/precomp.h new file mode 100644 index 00000000..2e2f3ff8 --- /dev/null +++ b/src/api/burn/mbanative/precomp.h | |||
@@ -0,0 +1,16 @@ | |||
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 | |||
8 | #include <dutil.h> | ||
9 | #include <verutil.h> | ||
10 | |||
11 | #include <BootstrapperEngine.h> | ||
12 | #include <BootstrapperApplication.h> | ||
13 | |||
14 | #include <IBootstrapperEngine.h> | ||
15 | #include <IBootstrapperApplication.h> | ||
16 | #include <balutil.h> | ||