diff options
| author | Sean Hall <r.sean.hall@gmail.com> | 2021-04-28 16:43:23 -0500 |
|---|---|---|
| committer | Sean Hall <r.sean.hall@gmail.com> | 2021-04-29 14:05:34 -0500 |
| commit | 7099dd38ab902e7fb92706314fa8710a34f165a5 (patch) | |
| tree | 1f9fb9ee0ed792f683408406f20239428a16d8c3 /src/WixToolset.BootstrapperCore.Native/inc/BootstrapperEngine.h | |
| parent | e78138558fe17d8a91929c87b2a6d0c9a482d78a (diff) | |
| download | wix-7099dd38ab902e7fb92706314fa8710a34f165a5.tar.gz wix-7099dd38ab902e7fb92706314fa8710a34f165a5.tar.bz2 wix-7099dd38ab902e7fb92706314fa8710a34f165a5.zip | |
size_t-ify BootstrapperEngine.h and BundleExtensionEngine.h
Diffstat (limited to 'src/WixToolset.BootstrapperCore.Native/inc/BootstrapperEngine.h')
| -rw-r--r-- | src/WixToolset.BootstrapperCore.Native/inc/BootstrapperEngine.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/WixToolset.BootstrapperCore.Native/inc/BootstrapperEngine.h b/src/WixToolset.BootstrapperCore.Native/inc/BootstrapperEngine.h index 0a974563..f6804733 100644 --- a/src/WixToolset.BootstrapperCore.Native/inc/BootstrapperEngine.h +++ b/src/WixToolset.BootstrapperCore.Native/inc/BootstrapperEngine.h | |||
| @@ -183,7 +183,7 @@ typedef struct _BAENGINE_ESCAPESTRING_RESULTS | |||
| 183 | DWORD cbSize; | 183 | DWORD cbSize; |
| 184 | LPWSTR wzOut; | 184 | LPWSTR wzOut; |
| 185 | // Should be initialized to the size of wzOut. | 185 | // Should be initialized to the size of wzOut. |
| 186 | DWORD cchOut; | 186 | SIZE_T cchOut; |
| 187 | } BAENGINE_ESCAPESTRING_RESULTS; | 187 | } BAENGINE_ESCAPESTRING_RESULTS; |
| 188 | 188 | ||
| 189 | typedef struct _BAENGINE_EVALUATECONDITION_ARGS | 189 | typedef struct _BAENGINE_EVALUATECONDITION_ARGS |
| @@ -209,7 +209,7 @@ typedef struct _BAENGINE_FORMATSTRING_RESULTS | |||
| 209 | DWORD cbSize; | 209 | DWORD cbSize; |
| 210 | LPWSTR wzOut; | 210 | LPWSTR wzOut; |
| 211 | // Should be initialized to the size of wzOut. | 211 | // Should be initialized to the size of wzOut. |
| 212 | DWORD cchOut; | 212 | SIZE_T cchOut; |
| 213 | } BAENGINE_FORMATSTRING_RESULTS; | 213 | } BAENGINE_FORMATSTRING_RESULTS; |
| 214 | 214 | ||
| 215 | typedef struct _BAENGINE_GETPACKAGECOUNT_ARGS | 215 | typedef struct _BAENGINE_GETPACKAGECOUNT_ARGS |
| @@ -246,7 +246,7 @@ typedef struct _BAENGINE_GETVARIABLESTRING_RESULTS | |||
| 246 | DWORD cbSize; | 246 | DWORD cbSize; |
| 247 | LPWSTR wzValue; | 247 | LPWSTR wzValue; |
| 248 | // Should be initialized to the size of wzValue. | 248 | // Should be initialized to the size of wzValue. |
| 249 | DWORD cchValue; | 249 | SIZE_T cchValue; |
| 250 | } BAENGINE_GETVARIABLESTRING_RESULTS; | 250 | } BAENGINE_GETVARIABLESTRING_RESULTS; |
| 251 | 251 | ||
| 252 | typedef struct _BAENGINE_GETVARIABLEVERSION_ARGS | 252 | typedef struct _BAENGINE_GETVARIABLEVERSION_ARGS |
| @@ -260,7 +260,7 @@ typedef struct _BAENGINE_GETVARIABLEVERSION_RESULTS | |||
| 260 | DWORD cbSize; | 260 | DWORD cbSize; |
| 261 | LPWSTR wzValue; | 261 | LPWSTR wzValue; |
| 262 | // Should be initialized to the size of wzValue. | 262 | // Should be initialized to the size of wzValue. |
| 263 | DWORD cchValue; | 263 | SIZE_T cchValue; |
| 264 | } BAENGINE_GETVARIABLEVERSION_RESULTS; | 264 | } BAENGINE_GETVARIABLEVERSION_RESULTS; |
| 265 | 265 | ||
| 266 | typedef struct _BAENGINE_LAUNCHAPPROVEDEXE_ARGS | 266 | typedef struct _BAENGINE_LAUNCHAPPROVEDEXE_ARGS |
