diff options
Diffstat (limited to 'src/ext/Bal/test/WixStdFnUnitTest/precomp.h')
-rw-r--r-- | src/ext/Bal/test/WixStdFnUnitTest/precomp.h | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/src/ext/Bal/test/WixStdFnUnitTest/precomp.h b/src/ext/Bal/test/WixStdFnUnitTest/precomp.h new file mode 100644 index 00000000..4cdd262c --- /dev/null +++ b/src/ext/Bal/test/WixStdFnUnitTest/precomp.h | |||
@@ -0,0 +1,27 @@ | |||
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 <msiquery.h> | ||
13 | #include <CommCtrl.h> | ||
14 | |||
15 | #include <dutil.h> | ||
16 | #include <dictutil.h> | ||
17 | |||
18 | #include <IBootstrapperApplication.h> | ||
19 | #include <IBAFunctions.h> | ||
20 | #include <balutil.h> | ||
21 | #include <balretry.h> | ||
22 | |||
23 | #include "TestBAFunctions.h" | ||
24 | #include "TestBootstrapperApplication.h" | ||
25 | |||
26 | #pragma managed | ||
27 | #include <vcclr.h> | ||