summaryrefslogtreecommitdiff
path: root/src/burn/engine/ba.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/burn/engine/ba.h')
-rw-r--r--src/burn/engine/ba.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/burn/engine/ba.h b/src/burn/engine/ba.h
index c092fedf..3561805a 100644
--- a/src/burn/engine/ba.h
+++ b/src/burn/engine/ba.h
@@ -111,6 +111,7 @@ HRESULT BootstrapperApplicationInterpretExecuteResult(
111); 111);
112 112
113HRESULT BootstrapperApplicationEnsureWorkingFolder( 113HRESULT BootstrapperApplicationEnsureWorkingFolder(
114 __in BOOL fElevated,
114 __in BURN_CACHE* pCache, 115 __in BURN_CACHE* pCache,
115 __deref_out_z LPWSTR* psczUserExperienceWorkingFolder 116 __deref_out_z LPWSTR* psczUserExperienceWorkingFolder
116); 117);