diff options
Diffstat (limited to 'src/burn/engine/cache.h')
-rw-r--r-- | src/burn/engine/cache.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/burn/engine/cache.h b/src/burn/engine/cache.h index 0152d33b..a300e99d 100644 --- a/src/burn/engine/cache.h +++ b/src/burn/engine/cache.h | |||
@@ -80,10 +80,9 @@ HRESULT CacheCalculateContainerWorkingPath( | |||
80 | __in BURN_CONTAINER* pContainer, | 80 | __in BURN_CONTAINER* pContainer, |
81 | __deref_out_z LPWSTR* psczWorkingPath | 81 | __deref_out_z LPWSTR* psczWorkingPath |
82 | ); | 82 | ); |
83 | HRESULT CacheGetRootCompletedPath( | 83 | HRESULT CacheGetPerMachineRootCompletedPath( |
84 | __in BOOL fPerMachine, | 84 | __out_z LPWSTR* psczCurrentRootCompletedPath, |
85 | __in BOOL fForceInitialize, | 85 | __out_z LPWSTR* psczDefaultRootCompletedPath |
86 | __deref_out_z LPWSTR* psczRootCompletedPath | ||
87 | ); | 86 | ); |
88 | HRESULT CacheGetCompletedPath( | 87 | HRESULT CacheGetCompletedPath( |
89 | __in BOOL fPerMachine, | 88 | __in BOOL fPerMachine, |