From d21eed76c48960707561c45c492c10a6a23c052e Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Fri, 31 Jul 2020 17:06:35 -0600 Subject: WIXFEAT:4763 Change "string" variable type to literal and add "formatted". --- src/WixToolset.BootstrapperCore.Native/inc/BootstrapperEngine.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/WixToolset.BootstrapperCore.Native/inc/BootstrapperEngine.h') diff --git a/src/WixToolset.BootstrapperCore.Native/inc/BootstrapperEngine.h b/src/WixToolset.BootstrapperCore.Native/inc/BootstrapperEngine.h index 0dcaba75..e3792177 100644 --- a/src/WixToolset.BootstrapperCore.Native/inc/BootstrapperEngine.h +++ b/src/WixToolset.BootstrapperCore.Native/inc/BootstrapperEngine.h @@ -398,6 +398,7 @@ typedef struct _BAENGINE_SETVARIABLESTRING_ARGS DWORD cbSize; LPCWSTR wzVariable; LPCWSTR wzValue; + BOOL fFormatted; } BAENGINE_SETVARIABLESTRING_ARGS; typedef struct _BAENGINE_SETVARIABLESTRING_RESULTS -- cgit v1.2.3-55-g6feb