aboutsummaryrefslogtreecommitdiff
path: root/src/api/burn/balutil/inc/balutil.h
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2024-03-06 10:20:29 -0800
committerRob Mensching <rob@firegiant.com>2024-03-06 18:03:38 -0800
commita8504dc4eb1c2d09965b0858699ac737336ef3c1 (patch)
tree768d4b6d7fa91c2ba1e4ba1cbfd8843c2a371c98 /src/api/burn/balutil/inc/balutil.h
parent0d3d54992104288e9ee0c834d0b96e8502fd2d42 (diff)
downloadwix-a8504dc4eb1c2d09965b0858699ac737336ef3c1.tar.gz
wix-a8504dc4eb1c2d09965b0858699ac737336ef3c1.tar.bz2
wix-a8504dc4eb1c2d09965b0858699ac737336ef3c1.zip
WIP - BA header simplification
Diffstat (limited to 'src/api/burn/balutil/inc/balutil.h')
-rw-r--r--src/api/burn/balutil/inc/balutil.h17
1 files changed, 8 insertions, 9 deletions
diff --git a/src/api/burn/balutil/inc/balutil.h b/src/api/burn/balutil/inc/balutil.h
index 4f8cb23d..d77b3599 100644
--- a/src/api/burn/balutil/inc/balutil.h
+++ b/src/api/burn/balutil/inc/balutil.h
@@ -43,15 +43,6 @@ static const HRESULT E_PREREQBA_INFINITE_LOOP = MAKE_HRESULT(SEVERITY_ERROR, FAC
43 43
44 44
45/******************************************************************* 45/*******************************************************************
46 BootstrapperApplicationDebuggerCheck - allows bootstrapper application to
47 explicitly check whether a debugger should be attached to the boostrapper
48 application.
49
50 Note: Automatically called in BootstrapperApplicationRun().
51********************************************************************/
52DAPI_(VOID) BootstrapperApplicationDebuggerCheck();
53
54/*******************************************************************
55 BootstrapperApplicationRun - runs the IBootstrapperApplication until 46 BootstrapperApplicationRun - runs the IBootstrapperApplication until
56 the application quits. 47 the application quits.
57 48
@@ -61,6 +52,14 @@ DAPI_(HRESULT) BootstrapperApplicationRun(
61 ); 52 );
62 53
63/******************************************************************* 54/*******************************************************************
55 BalDebuggerCheck - allows bootstrapper application to explicitly check
56 whether a debugger should be attached to the boostrapper application.
57
58 Note: Automatically called in BootstrapperApplicationRun().
59********************************************************************/
60DAPI_(VOID) BalDebuggerCheck();
61
62/*******************************************************************
64 BalInitialize - remembers the engine interface to enable logging and 63 BalInitialize - remembers the engine interface to enable logging and
65 other functions. 64 other functions.
66 65