diff options
Diffstat (limited to 'src/ext/Bal/wixstdba/inc/preqba.h')
-rw-r--r-- | src/ext/Bal/wixstdba/inc/preqba.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/ext/Bal/wixstdba/inc/preqba.h b/src/ext/Bal/wixstdba/inc/preqba.h index ed339730..25fa7105 100644 --- a/src/ext/Bal/wixstdba/inc/preqba.h +++ b/src/ext/Bal/wixstdba/inc/preqba.h | |||
@@ -4,8 +4,10 @@ | |||
4 | 4 | ||
5 | struct PREQBA_DATA | 5 | struct PREQBA_DATA |
6 | { | 6 | { |
7 | HRESULT hrHostInitialization; | 7 | HRESULT hrFatalError; |
8 | BOOL fAlwaysInstallPrereqs; | 8 | BOOL fAlwaysInstallPrereqs; |
9 | BOOL fPerformHelp; | ||
10 | BOOL fPerformLayout; | ||
9 | BOOL fCompleted; | 11 | BOOL fCompleted; |
10 | }; | 12 | }; |
11 | 13 | ||