aboutsummaryrefslogtreecommitdiff
path: root/src/engine/dependency.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/dependency.h')
-rw-r--r--src/engine/dependency.h3
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*********************************************************************/
171void DependencyUnregisterBundle( 171void 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)