aboutsummaryrefslogtreecommitdiff
path: root/src/test/burn/TestData/PrereqBaTests/PrereqBaf/precomp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/burn/TestData/PrereqBaTests/PrereqBaf/precomp.h')
-rw-r--r--src/test/burn/TestData/PrereqBaTests/PrereqBaf/precomp.h31
1 files changed, 31 insertions, 0 deletions
diff --git a/src/test/burn/TestData/PrereqBaTests/PrereqBaf/precomp.h b/src/test/burn/TestData/PrereqBaTests/PrereqBaf/precomp.h
new file mode 100644
index 00000000..8320bdd8
--- /dev/null
+++ b/src/test/burn/TestData/PrereqBaTests/PrereqBaf/precomp.h
@@ -0,0 +1,31 @@
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#include <objbase.h>
8#include <shlobj.h>
9#include <shlwapi.h>
10#include <stdlib.h>
11#include <strsafe.h>
12#include <CommCtrl.h>
13
14#include "dutil.h"
15#include "dictutil.h"
16#include "fileutil.h"
17#include "locutil.h"
18#include "pathutil.h"
19#include "strutil.h"
20
21#include "BalBaseBootstrapperApplication.h"
22#include "balutil.h"
23
24#include "BAFunctions.h"
25#include "IBAFunctions.h"
26
27HRESULT WINAPI CreateBAFunctions(
28 __in HMODULE hModule,
29 __in const BA_FUNCTIONS_CREATE_ARGS* pArgs,
30 __inout BA_FUNCTIONS_CREATE_RESULTS* pResults
31 );