diff options
Diffstat (limited to 'src/engine/pseudobundle.h')
-rw-r--r-- | src/engine/pseudobundle.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/engine/pseudobundle.h b/src/engine/pseudobundle.h index 4d3d3052..3b8157a0 100644 --- a/src/engine/pseudobundle.h +++ b/src/engine/pseudobundle.h | |||
@@ -29,8 +29,8 @@ HRESULT PseudoBundleInitializePassthrough( | |||
29 | __in BURN_PACKAGE* pPassthroughPackage, | 29 | __in BURN_PACKAGE* pPassthroughPackage, |
30 | __in BOOTSTRAPPER_COMMAND* pCommand, | 30 | __in BOOTSTRAPPER_COMMAND* pCommand, |
31 | __in_z_opt LPCWSTR wzAppendLogPath, | 31 | __in_z_opt LPCWSTR wzAppendLogPath, |
32 | __in_z_opt LPWSTR wzActiveParent, | 32 | __in_z_opt LPCWSTR wzActiveParent, |
33 | __in_z_opt LPWSTR wzAncestors, | 33 | __in_z_opt LPCWSTR wzAncestors, |
34 | __in BURN_PACKAGE* pPackage | 34 | __in BURN_PACKAGE* pPackage |
35 | ); | 35 | ); |
36 | 36 | ||