diff options
Diffstat (limited to 'src/engine/pseudobundle.h')
-rw-r--r-- | src/engine/pseudobundle.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/pseudobundle.h b/src/engine/pseudobundle.h index c7940976..9fb530aa 100644 --- a/src/engine/pseudobundle.h +++ b/src/engine/pseudobundle.h | |||
@@ -13,7 +13,7 @@ HRESULT PseudoBundleInitialize( | |||
13 | __in_z LPCWSTR wzId, | 13 | __in_z LPCWSTR wzId, |
14 | __in BOOTSTRAPPER_RELATION_TYPE relationType, | 14 | __in BOOTSTRAPPER_RELATION_TYPE relationType, |
15 | __in BOOTSTRAPPER_PACKAGE_STATE state, | 15 | __in BOOTSTRAPPER_PACKAGE_STATE state, |
16 | __in BURN_CACHE_STATE cacheState, | 16 | __in BOOL fCached, |
17 | __in_z LPCWSTR wzFilePath, | 17 | __in_z LPCWSTR wzFilePath, |
18 | __in_z LPCWSTR wzLocalSource, | 18 | __in_z LPCWSTR wzLocalSource, |
19 | __in_z_opt LPCWSTR wzDownloadSource, | 19 | __in_z_opt LPCWSTR wzDownloadSource, |