From e879388d96157db6a6e7b2ee79871ef7ebbd3015 Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Sun, 18 Oct 2020 14:10:20 -0500 Subject: Add CompareVersions engine method. --- src/WixToolset.BootstrapperCore.Native/inc/BundleExtension.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/WixToolset.BootstrapperCore.Native/inc/BundleExtension.h') diff --git a/src/WixToolset.BootstrapperCore.Native/inc/BundleExtension.h b/src/WixToolset.BootstrapperCore.Native/inc/BundleExtension.h index 5c7d1260..be76a1a5 100644 --- a/src/WixToolset.BootstrapperCore.Native/inc/BundleExtension.h +++ b/src/WixToolset.BootstrapperCore.Native/inc/BundleExtension.h @@ -38,6 +38,7 @@ typedef struct _BUNDLE_EXTENSION_CREATE_ARGS LPVOID pvBundleExtensionEngineProcContext; LPCWSTR wzBootstrapperWorkingFolder; LPCWSTR wzBundleExtensionDataPath; + LPCWSTR wzExtensionId; } BUNDLE_EXTENSION_CREATE_ARGS; typedef struct _BUNDLE_EXTENSION_CREATE_RESULTS -- cgit v1.2.3-55-g6feb