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 0fd4cbdb..22132c5e 100644
--- a/src/burn/engine/pseudobundle.h
+++ b/src/burn/engine/pseudobundle.h
@@ -7,8 +7,8 @@ extern "C" {
7#endif 7#endif
8 8
9HRESULT PseudoBundleInitialize( 9HRESULT PseudoBundleInitialize(
10 __in DWORD64 qwEngineVersion,
11 __in BURN_PACKAGE* pPackage, 10 __in BURN_PACKAGE* pPackage,
11 __in BOOL fSupportsBurnProtocol,
12 __in BOOL fPerMachine, 12 __in BOOL fPerMachine,
13 __in_z LPCWSTR wzId, 13 __in_z LPCWSTR wzId,
14 __in BOOTSTRAPPER_RELATION_TYPE relationType, 14 __in BOOTSTRAPPER_RELATION_TYPE relationType,