aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.BootstrapperCore.Native/inc/BundleExtension.h
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2020-10-18 14:10:20 -0500
committerSean Hall <r.sean.hall@gmail.com>2020-10-24 20:07:21 -0500
commite879388d96157db6a6e7b2ee79871ef7ebbd3015 (patch)
tree4f3cbf260afa7806e077d75840ec97f276228262 /src/WixToolset.BootstrapperCore.Native/inc/BundleExtension.h
parentbafc4f682a798eb375d32c1f4777664aceb1e15f (diff)
downloadwix-e879388d96157db6a6e7b2ee79871ef7ebbd3015.tar.gz
wix-e879388d96157db6a6e7b2ee79871ef7ebbd3015.tar.bz2
wix-e879388d96157db6a6e7b2ee79871ef7ebbd3015.zip
Add CompareVersions engine method.
Diffstat (limited to 'src/WixToolset.BootstrapperCore.Native/inc/BundleExtension.h')
-rw-r--r--src/WixToolset.BootstrapperCore.Native/inc/BundleExtension.h1
1 files changed, 1 insertions, 0 deletions
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
38 LPVOID pvBundleExtensionEngineProcContext; 38 LPVOID pvBundleExtensionEngineProcContext;
39 LPCWSTR wzBootstrapperWorkingFolder; 39 LPCWSTR wzBootstrapperWorkingFolder;
40 LPCWSTR wzBundleExtensionDataPath; 40 LPCWSTR wzBundleExtensionDataPath;
41 LPCWSTR wzExtensionId;
41} BUNDLE_EXTENSION_CREATE_ARGS; 42} BUNDLE_EXTENSION_CREATE_ARGS;
42 43
43typedef struct _BUNDLE_EXTENSION_CREATE_RESULTS 44typedef struct _BUNDLE_EXTENSION_CREATE_RESULTS