aboutsummaryrefslogtreecommitdiff
path: root/src/balutil/inc/IBootstrapperEngine.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/balutil/inc/IBootstrapperEngine.h')
-rw-r--r--src/balutil/inc/IBootstrapperEngine.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/balutil/inc/IBootstrapperEngine.h b/src/balutil/inc/IBootstrapperEngine.h
index 3fe3d401..3b648df1 100644
--- a/src/balutil/inc/IBootstrapperEngine.h
+++ b/src/balutil/inc/IBootstrapperEngine.h
@@ -89,7 +89,8 @@ DECLARE_INTERFACE_IID_(IBootstrapperEngine, IUnknown, "6480D616-27A0-44D7-905B-8
89 89
90 STDMETHOD(SetVariableString)( 90 STDMETHOD(SetVariableString)(
91 __in_z LPCWSTR wzVariable, 91 __in_z LPCWSTR wzVariable,
92 __in_z_opt LPCWSTR wzValue 92 __in_z_opt LPCWSTR wzValue,
93 __in BOOL fFormatted
93 ) = 0; 94 ) = 0;
94 95
95 STDMETHOD(SetVariableVersion)( 96 STDMETHOD(SetVariableVersion)(