aboutsummaryrefslogtreecommitdiff
path: root/src/burn/engine/pseudobundle.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/burn/engine/pseudobundle.h')
-rw-r--r--src/burn/engine/pseudobundle.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/burn/engine/pseudobundle.h b/src/burn/engine/pseudobundle.h
index 9fb530aa..75ad08d2 100644
--- a/src/burn/engine/pseudobundle.h
+++ b/src/burn/engine/pseudobundle.h
@@ -28,9 +28,9 @@ HRESULT PseudoBundleInitialize(
28 ); 28 );
29HRESULT PseudoBundleInitializePassthrough( 29HRESULT PseudoBundleInitializePassthrough(
30 __in BURN_PACKAGE* pPassthroughPackage, 30 __in BURN_PACKAGE* pPassthroughPackage,
31 __in BURN_ENGINE_COMMAND* pInternalCommand,
31 __in BOOTSTRAPPER_COMMAND* pCommand, 32 __in BOOTSTRAPPER_COMMAND* pCommand,
32 __in_z_opt LPCWSTR wzAppendLogPath, 33 __in_z_opt LPCWSTR wzAppendLogPath,
33 __in_z_opt LPCWSTR wzActiveParent,
34 __in_z_opt LPCWSTR wzAncestors, 34 __in_z_opt LPCWSTR wzAncestors,
35 __in BURN_PACKAGE* pPackage 35 __in BURN_PACKAGE* pPackage
36 ); 36 );