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 f5b56f02..c2fa0627 100644 --- a/src/burn/engine/elevation.h +++ b/src/burn/engine/elevation.h | |||
@@ -144,7 +144,8 @@ HRESULT ElevationExecutePackageProviderAction( | |||
144 | ); | 144 | ); |
145 | HRESULT ElevationExecutePackageDependencyAction( | 145 | HRESULT ElevationExecutePackageDependencyAction( |
146 | __in HANDLE hPipe, | 146 | __in HANDLE hPipe, |
147 | __in BURN_EXECUTE_ACTION* pExecuteAction | 147 | __in BURN_EXECUTE_ACTION* pExecuteAction, |
148 | __in BOOL fRollback | ||
148 | ); | 149 | ); |
149 | HRESULT ElevationCleanCompatiblePackage( | 150 | HRESULT ElevationCleanCompatiblePackage( |
150 | __in HANDLE hPipe, | 151 | __in HANDLE hPipe, |