diff options
Diffstat (limited to 'src/ext/Bal/wixstdba/precomp.h')
-rw-r--r-- | src/ext/Bal/wixstdba/precomp.h | 20 |
1 files changed, 1 insertions, 19 deletions
diff --git a/src/ext/Bal/wixstdba/precomp.h b/src/ext/Bal/wixstdba/precomp.h index 290c125b..8844d150 100644 --- a/src/ext/Bal/wixstdba/precomp.h +++ b/src/ext/Bal/wixstdba/precomp.h | |||
@@ -35,8 +35,6 @@ | |||
35 | #include <uriutil.h> | 35 | #include <uriutil.h> |
36 | #include <xmlutil.h> | 36 | #include <xmlutil.h> |
37 | 37 | ||
38 | #include <BootstrapperEngine.h> | ||
39 | #include <BootstrapperApplication.h> | ||
40 | #include <IBootstrapperEngine.h> | 38 | #include <IBootstrapperEngine.h> |
41 | #include <IBootstrapperApplication.h> | 39 | #include <IBootstrapperApplication.h> |
42 | 40 | ||
@@ -46,20 +44,4 @@ | |||
46 | 44 | ||
47 | #include <BAFunctions.h> | 45 | #include <BAFunctions.h> |
48 | 46 | ||
49 | #include "inc\preqba.h" | 47 | #include "WixStandardBootstrapperApplication.h" |
50 | #include "wixstdba.messages.h" | ||
51 | |||
52 | HRESULT CreateBootstrapperApplication( | ||
53 | __in HMODULE hModule, | ||
54 | __in_opt PREQBA_DATA* pPrereqData, | ||
55 | __in IBootstrapperEngine* pEngine, | ||
56 | __in const BOOTSTRAPPER_CREATE_ARGS* pArgs, | ||
57 | __inout BOOTSTRAPPER_CREATE_RESULTS* pResults, | ||
58 | __out IBootstrapperApplication** ppApplication | ||
59 | ); | ||
60 | |||
61 | void DestroyBootstrapperApplication( | ||
62 | __in IBootstrapperApplication* pApplication, | ||
63 | __in const BOOTSTRAPPER_DESTROY_ARGS* pArgs, | ||
64 | __inout BOOTSTRAPPER_DESTROY_RESULTS* pResults | ||
65 | ); | ||