diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2020-11-01 14:16:32 -0600 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2020-11-01 18:35:01 -0600 |
commit | b5553689ed1b1bd32f854654f56935c039a9b13b (patch) | |
tree | 6afcbd397eebab56c8235b30ee10d4d07d89de2b /src/engine/variable.h | |
parent | 79d7d3aa1de224d90d5e3a1174b3158ffe49b6f3 (diff) | |
download | wix-b5553689ed1b1bd32f854654f56935c039a9b13b.tar.gz wix-b5553689ed1b1bd32f854654f56935c039a9b13b.tar.bz2 wix-b5553689ed1b1bd32f854654f56935c039a9b13b.zip |
WIXFEAT:6258 - Format variables when evaluating condition.
Diffstat (limited to 'src/engine/variable.h')
-rw-r--r-- | src/engine/variable.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/engine/variable.h b/src/engine/variable.h index 6437c32f..713fe6e3 100644 --- a/src/engine/variable.h +++ b/src/engine/variable.h | |||
@@ -95,7 +95,8 @@ HRESULT VariableGetVariant( | |||
95 | HRESULT VariableGetFormatted( | 95 | HRESULT VariableGetFormatted( |
96 | __in BURN_VARIABLES* pVariables, | 96 | __in BURN_VARIABLES* pVariables, |
97 | __in_z LPCWSTR wzVariable, | 97 | __in_z LPCWSTR wzVariable, |
98 | __out_z LPWSTR* psczValue | 98 | __out_z LPWSTR* psczValue, |
99 | __out BOOL* pfContainsHiddenVariable | ||
99 | ); | 100 | ); |
100 | HRESULT VariableSetNumeric( | 101 | HRESULT VariableSetNumeric( |
101 | __in BURN_VARIABLES* pVariables, | 102 | __in BURN_VARIABLES* pVariables, |