diff options
| author | Bob Arnson <bob@firegiant.com> | 2020-12-26 22:15:06 -0500 |
|---|---|---|
| committer | Sean Hall <r.sean.hall@gmail.com> | 2021-01-19 15:50:11 -0600 |
| commit | a5b86b987bb5a6fbcdb191bbe8b51a621140b4e6 (patch) | |
| tree | ecbeb7a3bf969990f3f96f9cba56bd68ab5d95af /src/engine/apply.h | |
| parent | 059e476a8d9af2472503057d7102852e64e9ca0b (diff) | |
| download | wix-a5b86b987bb5a6fbcdb191bbe8b51a621140b4e6.tar.gz wix-a5b86b987bb5a6fbcdb191bbe8b51a621140b4e6.tar.bz2 wix-a5b86b987bb5a6fbcdb191bbe8b51a621140b4e6.zip | |
Fix code analysis warnings.
Diffstat (limited to 'src/engine/apply.h')
| -rw-r--r-- | src/engine/apply.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/apply.h b/src/engine/apply.h index b717251e..00e1fceb 100644 --- a/src/engine/apply.h +++ b/src/engine/apply.h | |||
| @@ -89,7 +89,7 @@ HRESULT ApplyExecute( | |||
| 89 | __in BURN_ENGINE_STATE* pEngineState, | 89 | __in BURN_ENGINE_STATE* pEngineState, |
| 90 | __in_opt HANDLE hCacheThread, | 90 | __in_opt HANDLE hCacheThread, |
| 91 | __inout DWORD* pcOverallProgressTicks, | 91 | __inout DWORD* pcOverallProgressTicks, |
| 92 | __out BOOL* pfKeepRegistration, | 92 | __inout BOOL* pfKeepRegistration, |
| 93 | __out BOOL* pfRollback, | 93 | __out BOOL* pfRollback, |
| 94 | __out BOOL* pfSuspend, | 94 | __out BOOL* pfSuspend, |
| 95 | __out BOOTSTRAPPER_APPLY_RESTART* pRestart | 95 | __out BOOTSTRAPPER_APPLY_RESTART* pRestart |
