diff options
Diffstat (limited to 'src/engine/dependency.h')
-rw-r--r-- | src/engine/dependency.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/engine/dependency.h b/src/engine/dependency.h index 5390bede..efb9f2f2 100644 --- a/src/engine/dependency.h +++ b/src/engine/dependency.h | |||
@@ -169,7 +169,8 @@ HRESULT DependencyProcessDependentRegistration( | |||
169 | Note: Does not check for existing dependents before removing the key. | 169 | Note: Does not check for existing dependents before removing the key. |
170 | *********************************************************************/ | 170 | *********************************************************************/ |
171 | void DependencyUnregisterBundle( | 171 | void DependencyUnregisterBundle( |
172 | __in const BURN_REGISTRATION* pRegistration | 172 | __in const BURN_REGISTRATION* pRegistration, |
173 | __in const BURN_PACKAGES* pPackages | ||
173 | ); | 174 | ); |
174 | 175 | ||
175 | #if defined(__cplusplus) | 176 | #if defined(__cplusplus) |