aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.BootstrapperCore.Native/inc/BootstrapperApplication.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/WixToolset.BootstrapperCore.Native/inc/BootstrapperApplication.h')
-rw-r--r--src/WixToolset.BootstrapperCore.Native/inc/BootstrapperApplication.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/WixToolset.BootstrapperCore.Native/inc/BootstrapperApplication.h b/src/WixToolset.BootstrapperCore.Native/inc/BootstrapperApplication.h
index fb4b6ea3..2d086f38 100644
--- a/src/WixToolset.BootstrapperCore.Native/inc/BootstrapperApplication.h
+++ b/src/WixToolset.BootstrapperCore.Native/inc/BootstrapperApplication.h
@@ -463,6 +463,7 @@ struct BA_ONDETECTBEGIN_ARGS
463 DWORD cbSize; 463 DWORD cbSize;
464 BOOL fInstalled; 464 BOOL fInstalled;
465 DWORD cPackages; 465 DWORD cPackages;
466 BOOL fCached;
466}; 467};
467 468
468struct BA_ONDETECTBEGIN_RESULTS 469struct BA_ONDETECTBEGIN_RESULTS