diff options
Diffstat (limited to 'src/WixToolset.BootstrapperCore.Native')
| -rw-r--r-- | src/WixToolset.BootstrapperCore.Native/inc/BootstrapperApplication.h | 2 |
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 | ||
| 496 | struct BA_ONDETECTFORWARDCOMPATIBLEBUNDLE_RESULTS | 497 | struct 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 | ||
| 552 | struct BA_ONDETECTRELATEDBUNDLE_RESULTS | 554 | struct BA_ONDETECTRELATEDBUNDLE_RESULTS |
