aboutsummaryrefslogtreecommitdiff
path: root/src/api/burn/WixToolset.BootstrapperCore.Native
diff options
context:
space:
mode:
Diffstat (limited to 'src/api/burn/WixToolset.BootstrapperCore.Native')
-rw-r--r--src/api/burn/WixToolset.BootstrapperCore.Native/inc/BootstrapperEngine.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/api/burn/WixToolset.BootstrapperCore.Native/inc/BootstrapperEngine.h b/src/api/burn/WixToolset.BootstrapperCore.Native/inc/BootstrapperEngine.h
index cdb01330..941e4241 100644
--- a/src/api/burn/WixToolset.BootstrapperCore.Native/inc/BootstrapperEngine.h
+++ b/src/api/burn/WixToolset.BootstrapperCore.Native/inc/BootstrapperEngine.h
@@ -381,8 +381,7 @@ typedef struct _BAENGINE_SETUPDATE_ARGS
381 LPCWSTR wzDownloadSource; 381 LPCWSTR wzDownloadSource;
382 DWORD64 qwSize; 382 DWORD64 qwSize;
383 BOOTSTRAPPER_UPDATE_HASH_TYPE hashType; 383 BOOTSTRAPPER_UPDATE_HASH_TYPE hashType;
384 BYTE* rgbHash; 384 LPCWSTR wzHash;
385 DWORD cbHash;
386} BAENGINE_SETUPDATE_ARGS; 385} BAENGINE_SETUPDATE_ARGS;
387 386
388typedef struct _BAENGINE_SETUPDATE_RESULTS 387typedef struct _BAENGINE_SETUPDATE_RESULTS