diff options
Diffstat (limited to 'src/api/burn/bextutil/precomp.h')
| -rw-r--r-- | src/api/burn/bextutil/precomp.h | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/src/api/burn/bextutil/precomp.h b/src/api/burn/bextutil/precomp.h new file mode 100644 index 00000000..5d1dd20b --- /dev/null +++ b/src/api/burn/bextutil/precomp.h | |||
| @@ -0,0 +1,22 @@ | |||
| 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 <strsafe.h> | ||
| 7 | #include <msxml2.h> | ||
| 8 | |||
| 9 | #include <dutil.h> | ||
| 10 | #include <locutil.h> | ||
| 11 | #include <memutil.h> | ||
| 12 | #include <strutil.h> | ||
| 13 | #include <xmlutil.h> | ||
| 14 | |||
| 15 | #include <BundleExtensionEngine.h> | ||
| 16 | #include <BundleExtension.h> | ||
| 17 | |||
| 18 | #include "IBundleExtensionEngine.h" | ||
| 19 | #include "IBundleExtension.h" | ||
| 20 | |||
| 21 | #include "bextutil.h" | ||
| 22 | #include "BextBundleExtensionEngine.h" | ||
