diff options
Diffstat (limited to 'src/burn/engine/elevation.h')
-rw-r--r-- | src/burn/engine/elevation.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/burn/engine/elevation.h b/src/burn/engine/elevation.h index 9659ef89..f5b56f02 100644 --- a/src/burn/engine/elevation.h +++ b/src/burn/engine/elevation.h | |||
@@ -139,7 +139,8 @@ HRESULT ElevationUninstallMsiCompatiblePackage( | |||
139 | ); | 139 | ); |
140 | HRESULT ElevationExecutePackageProviderAction( | 140 | HRESULT ElevationExecutePackageProviderAction( |
141 | __in HANDLE hPipe, | 141 | __in HANDLE hPipe, |
142 | __in BURN_EXECUTE_ACTION* pExecuteAction | 142 | __in BURN_EXECUTE_ACTION* pExecuteAction, |
143 | __in BOOL fRollback | ||
143 | ); | 144 | ); |
144 | HRESULT ElevationExecutePackageDependencyAction( | 145 | HRESULT ElevationExecutePackageDependencyAction( |
145 | __in HANDLE hPipe, | 146 | __in HANDLE hPipe, |