summaryrefslogtreecommitdiff
path: root/src/burn/engine/userexperience.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/burn/engine/userexperience.h')
-rw-r--r--src/burn/engine/userexperience.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/burn/engine/userexperience.h b/src/burn/engine/userexperience.h
index e7489710..94b73f7d 100644
--- a/src/burn/engine/userexperience.h
+++ b/src/burn/engine/userexperience.h
@@ -22,7 +22,6 @@ typedef struct _BURN_USER_EXPERIENCE
22 HMODULE hUXModule; 22 HMODULE hUXModule;
23 PFN_BOOTSTRAPPER_APPLICATION_PROC pfnBAProc; 23 PFN_BOOTSTRAPPER_APPLICATION_PROC pfnBAProc;
24 LPVOID pvBAProcContext; 24 LPVOID pvBAProcContext;
25 BOOL fDisableUnloading;
26 LPWSTR sczTempDirectory; 25 LPWSTR sczTempDirectory;
27 26
28 CRITICAL_SECTION csEngineActive; // Changing the engine active state in the user experience must be 27 CRITICAL_SECTION csEngineActive; // Changing the engine active state in the user experience must be
@@ -61,7 +60,8 @@ HRESULT UserExperienceLoad(
61 __in BOOTSTRAPPER_COMMAND* pCommand 60 __in BOOTSTRAPPER_COMMAND* pCommand
62 ); 61 );
63HRESULT UserExperienceUnload( 62HRESULT UserExperienceUnload(
64 __in BURN_USER_EXPERIENCE* pUserExperience 63 __in BURN_USER_EXPERIENCE* pUserExperience,
64 __in BOOL fReload
65 ); 65 );
66HRESULT UserExperienceEnsureWorkingFolder( 66HRESULT UserExperienceEnsureWorkingFolder(
67 __in BURN_CACHE* pCache, 67 __in BURN_CACHE* pCache,