diff options
| author | Sean Hall <r.sean.hall@gmail.com> | 2020-07-31 17:06:35 -0600 |
|---|---|---|
| committer | Sean Hall <r.sean.hall@gmail.com> | 2020-08-09 10:33:49 -0600 |
| commit | d21eed76c48960707561c45c492c10a6a23c052e (patch) | |
| tree | ebab09d099a699a24801fcfb4d7152cf82cc4a06 /src/WixToolset.BootstrapperCore.Native/inc | |
| parent | ad80d6dc10f9bd6cb6a084857a8fb546cc55e756 (diff) | |
| download | wix-d21eed76c48960707561c45c492c10a6a23c052e.tar.gz wix-d21eed76c48960707561c45c492c10a6a23c052e.tar.bz2 wix-d21eed76c48960707561c45c492c10a6a23c052e.zip | |
WIXFEAT:4763 Change "string" variable type to literal and add "formatted".
Diffstat (limited to 'src/WixToolset.BootstrapperCore.Native/inc')
| -rw-r--r-- | src/WixToolset.BootstrapperCore.Native/inc/BootstrapperEngine.h | 1 | ||||
| -rw-r--r-- | src/WixToolset.BootstrapperCore.Native/inc/BundleExtensionEngine.h | 14 |
2 files changed, 2 insertions, 13 deletions
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 | |||
| 398 | DWORD cbSize; | 398 | DWORD cbSize; |
| 399 | LPCWSTR wzVariable; | 399 | LPCWSTR wzVariable; |
| 400 | LPCWSTR wzValue; | 400 | LPCWSTR wzValue; |
| 401 | BOOL fFormatted; | ||
| 401 | } BAENGINE_SETVARIABLESTRING_ARGS; | 402 | } BAENGINE_SETVARIABLESTRING_ARGS; |
| 402 | 403 | ||
| 403 | typedef struct _BAENGINE_SETVARIABLESTRING_RESULTS | 404 | typedef struct _BAENGINE_SETVARIABLESTRING_RESULTS |
diff --git a/src/WixToolset.BootstrapperCore.Native/inc/BundleExtensionEngine.h b/src/WixToolset.BootstrapperCore.Native/inc/BundleExtensionEngine.h index 03c4f206..61a55693 100644 --- a/src/WixToolset.BootstrapperCore.Native/inc/BundleExtensionEngine.h +++ b/src/WixToolset.BootstrapperCore.Native/inc/BundleExtensionEngine.h | |||
| @@ -24,7 +24,6 @@ enum BUNDLE_EXTENSION_ENGINE_MESSAGE | |||
| 24 | BUNDLE_EXTENSION_ENGINE_MESSAGE_GETVARIABLESTRING, | 24 | BUNDLE_EXTENSION_ENGINE_MESSAGE_GETVARIABLESTRING, |
| 25 | BUNDLE_EXTENSION_ENGINE_MESSAGE_GETVARIABLEVERSION, | 25 | BUNDLE_EXTENSION_ENGINE_MESSAGE_GETVARIABLEVERSION, |
| 26 | BUNDLE_EXTENSION_ENGINE_MESSAGE_LOG, | 26 | BUNDLE_EXTENSION_ENGINE_MESSAGE_LOG, |
| 27 | BUNDLE_EXTENSION_ENGINE_MESSAGE_SETVARIABLELITERALSTRING, | ||
| 28 | BUNDLE_EXTENSION_ENGINE_MESSAGE_SETVARIABLENUMERIC, | 27 | BUNDLE_EXTENSION_ENGINE_MESSAGE_SETVARIABLENUMERIC, |
| 29 | BUNDLE_EXTENSION_ENGINE_MESSAGE_SETVARIABLESTRING, | 28 | BUNDLE_EXTENSION_ENGINE_MESSAGE_SETVARIABLESTRING, |
| 30 | BUNDLE_EXTENSION_ENGINE_MESSAGE_SETVARIABLEVERSION, | 29 | BUNDLE_EXTENSION_ENGINE_MESSAGE_SETVARIABLEVERSION, |
| @@ -124,18 +123,6 @@ typedef struct _BUNDLE_EXTENSION_ENGINE_LOG_RESULTS | |||
| 124 | DWORD cbSize; | 123 | DWORD cbSize; |
| 125 | } BUNDLE_EXTENSION_ENGINE_LOG_RESULTS; | 124 | } BUNDLE_EXTENSION_ENGINE_LOG_RESULTS; |
| 126 | 125 | ||
| 127 | typedef struct _BUNDLE_EXTENSION_ENGINE_SETVARIABLELITERALSTRING_ARGS | ||
| 128 | { | ||
| 129 | DWORD cbSize; | ||
| 130 | LPCWSTR wzVariable; | ||
| 131 | LPCWSTR wzValue; | ||
| 132 | } BUNDLE_EXTENSION_ENGINE_SETVARIABLELITERALSTRING_ARGS; | ||
| 133 | |||
| 134 | typedef struct _BUNDLE_EXTENSION_ENGINE_SETVARIABLELITERALSTRING_RESULTS | ||
| 135 | { | ||
| 136 | DWORD cbSize; | ||
| 137 | } BUNDLE_EXTENSION_ENGINE_SETVARIABLELITERALSTRING_RESULTS; | ||
| 138 | |||
| 139 | typedef struct _BUNDLE_EXTENSION_ENGINE_SETVARIABLENUMERIC_ARGS | 126 | typedef struct _BUNDLE_EXTENSION_ENGINE_SETVARIABLENUMERIC_ARGS |
| 140 | { | 127 | { |
| 141 | DWORD cbSize; | 128 | DWORD cbSize; |
| @@ -153,6 +140,7 @@ typedef struct _BUNDLE_EXTENSION_ENGINE_SETVARIABLESTRING_ARGS | |||
| 153 | DWORD cbSize; | 140 | DWORD cbSize; |
| 154 | LPCWSTR wzVariable; | 141 | LPCWSTR wzVariable; |
| 155 | LPCWSTR wzValue; | 142 | LPCWSTR wzValue; |
| 143 | BOOL fFormatted; | ||
| 156 | } BUNDLE_EXTENSION_ENGINE_SETVARIABLESTRING_ARGS; | 144 | } BUNDLE_EXTENSION_ENGINE_SETVARIABLESTRING_ARGS; |
| 157 | 145 | ||
| 158 | typedef struct _BUNDLE_EXTENSION_ENGINE_SETVARIABLESTRING_RESULTS | 146 | typedef struct _BUNDLE_EXTENSION_ENGINE_SETVARIABLESTRING_RESULTS |
