diff options
| author | Sean Hall <r.sean.hall@gmail.com> | 2020-03-30 19:25:36 +1000 |
|---|---|---|
| committer | Sean Hall <r.sean.hall@gmail.com> | 2020-03-30 21:47:13 +1000 |
| commit | d5b89ecb2ba931cd5429e00a78b9457f8a63c6d2 (patch) | |
| tree | 8e63d6e71579a143e10a8715d3b73089bb71855a /src/wixstdba/precomp.h | |
| parent | 16f6a68d0bb1a0d5892a8cef10b835acc4e2a317 (diff) | |
| download | wix-d5b89ecb2ba931cd5429e00a78b9457f8a63c6d2.tar.gz wix-d5b89ecb2ba931cd5429e00a78b9457f8a63c6d2.tar.bz2 wix-d5b89ecb2ba931cd5429e00a78b9457f8a63c6d2.zip | |
Upgrade to latest dependencies.
Stop skipping CanBuildUsingWixStdBa.
Fix memory leak in wixstdba.
Diffstat (limited to 'src/wixstdba/precomp.h')
| -rw-r--r-- | src/wixstdba/precomp.h | 3 |
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 | ); |
