diff options
Diffstat (limited to 'src/test/examples/TestEngine/precomp.h')
| -rw-r--r-- | src/test/examples/TestEngine/precomp.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/src/test/examples/TestEngine/precomp.h b/src/test/examples/TestEngine/precomp.h new file mode 100644 index 00000000..6e867e89 --- /dev/null +++ b/src/test/examples/TestEngine/precomp.h | |||
| @@ -0,0 +1,19 @@ | |||
| 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 | #include <windows.h> | ||
| 5 | #include <MsiQuery.h> | ||
| 6 | |||
| 7 | #include "dutil.h" | ||
| 8 | #include "conutil.h" | ||
| 9 | #include "logutil.h" | ||
| 10 | #include "memutil.h" | ||
| 11 | |||
| 12 | #include "BootstrapperEngine.h" | ||
| 13 | #include "BootstrapperApplication.h" | ||
| 14 | |||
| 15 | #include "TestEngine.h" | ||
| 16 | |||
| 17 | HRESULT RunShutdownEngine( | ||
| 18 | __in LPCWSTR wzBAFilePath | ||
| 19 | ); | ||
