aboutsummaryrefslogtreecommitdiff
path: root/src/wixstdba/precomp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wixstdba/precomp.h')
-rw-r--r--src/wixstdba/precomp.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/wixstdba/precomp.h b/src/wixstdba/precomp.h
index 925a80ce..9c2b9f6a 100644
--- a/src/wixstdba/precomp.h
+++ b/src/wixstdba/precomp.h
@@ -52,5 +52,6 @@ HRESULT CreateBootstrapperApplication(
52 __in HRESULT hrHostInitialization, 52 __in HRESULT hrHostInitialization,
53 __in IBootstrapperEngine* pEngine, 53 __in IBootstrapperEngine* pEngine,
54 __in const BOOTSTRAPPER_CREATE_ARGS* pArgs, 54 __in const BOOTSTRAPPER_CREATE_ARGS* pArgs,
55 __inout BOOTSTRAPPER_CREATE_RESULTS* pResults 55 __inout BOOTSTRAPPER_CREATE_RESULTS* pResults,
56 __out IBootstrapperApplication** ppApplication
56 ); 57 );