aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.BootstrapperCore.Native
diff options
context:
space:
mode:
Diffstat (limited to 'src/WixToolset.BootstrapperCore.Native')
-rw-r--r--src/WixToolset.BootstrapperCore.Native/inc/BootstrapperApplication.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/WixToolset.BootstrapperCore.Native/inc/BootstrapperApplication.h b/src/WixToolset.BootstrapperCore.Native/inc/BootstrapperApplication.h
index c3242167..fb4b6ea3 100644
--- a/src/WixToolset.BootstrapperCore.Native/inc/BootstrapperApplication.h
+++ b/src/WixToolset.BootstrapperCore.Native/inc/BootstrapperApplication.h
@@ -491,6 +491,7 @@ struct BA_ONDETECTFORWARDCOMPATIBLEBUNDLE_ARGS
491 LPCWSTR wzBundleTag; 491 LPCWSTR wzBundleTag;
492 BOOL fPerMachine; 492 BOOL fPerMachine;
493 LPCWSTR wzVersion; 493 LPCWSTR wzVersion;
494 BOOL fMissingFromCache;
494}; 495};
495 496
496struct BA_ONDETECTFORWARDCOMPATIBLEBUNDLE_RESULTS 497struct BA_ONDETECTFORWARDCOMPATIBLEBUNDLE_RESULTS
@@ -547,6 +548,7 @@ struct BA_ONDETECTRELATEDBUNDLE_ARGS
547 BOOL fPerMachine; 548 BOOL fPerMachine;
548 LPCWSTR wzVersion; 549 LPCWSTR wzVersion;
549 BOOTSTRAPPER_RELATED_OPERATION operation; 550 BOOTSTRAPPER_RELATED_OPERATION operation;
551 BOOL fMissingFromCache;
550}; 552};
551 553
552struct BA_ONDETECTRELATEDBUNDLE_RESULTS 554struct BA_ONDETECTRELATEDBUNDLE_RESULTS