| 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 | |
| 7 | #pragma warning(push) |
| 8 | #pragma warning(disable:4458) // declaration of 'xxx' hides class member |
| 9 | #include <gdiplus.h> |
| 10 | #pragma warning(pop) |
| 11 | |
| 12 | #include <bitsmsg.h> |
| 13 | #include <msi.h> |
| 14 | #include <wininet.h> |
| 15 | #include <CommCtrl.h> |
| 16 | #include <intsafe.h> |
| 17 | #include <strsafe.h> |
| 18 | |
| 19 | #include <dutil.h> |
| 20 | #include <apputil.h> |
| 21 | #include <buffutil.h> |
| 22 | #include <pathutil.h> |
| 23 | #include <locutil.h> |
| 24 | #include <memutil.h> |
| 25 | #include <dictutil.h> |
| 26 | #include <fileutil.h> |
| 27 | #include <pipeutil.h> |
| 28 | #include <regutil.h> |
| 29 | #include <strutil.h> |
| 30 | #include <thmutil.h> |
| 31 | #include <xmlutil.h> |
| 32 | |
| 33 | #include "BootstrapperApplication.h" |
| 34 | |
| 35 | #include "balutil.h" |
| 36 | #include "BalBootstrapperEngine.h" |
| 37 | #include "balcondition.h" |
| 38 | #include "balinfo.h" |
| 39 | #include "balretry.h" |
| 40 | #include "msg.h" |