diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2020-10-18 22:38:21 -0500 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2020-10-24 20:17:06 -0500 |
commit | 1b6a4f9b4600079e829d5884f768563ed7dea5e5 (patch) | |
tree | 7db199ee381f31e675e6a28c248f037dc5f9018d /src/bextutil/inc/IBundleExtensionEngine.h | |
parent | c9d14eb51e4b8458fd5e2738fcc7d1c1129ad22e (diff) | |
download | wix-1b6a4f9b4600079e829d5884f768563ed7dea5e5.tar.gz wix-1b6a4f9b4600079e829d5884f768563ed7dea5e5.tar.bz2 wix-1b6a4f9b4600079e829d5884f768563ed7dea5e5.zip |
Add CompareVersions engine method and expose verutil in Mba.Core.
Diffstat (limited to 'src/bextutil/inc/IBundleExtensionEngine.h')
-rw-r--r-- | src/bextutil/inc/IBundleExtensionEngine.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/bextutil/inc/IBundleExtensionEngine.h b/src/bextutil/inc/IBundleExtensionEngine.h index 77ea2770..a96e3812 100644 --- a/src/bextutil/inc/IBundleExtensionEngine.h +++ b/src/bextutil/inc/IBundleExtensionEngine.h | |||
@@ -58,4 +58,10 @@ DECLARE_INTERFACE_IID_(IBundleExtensionEngine, IUnknown, "9D027A39-F6B6-42CC-973 | |||
58 | __in_z LPCWSTR wzVariable, | 58 | __in_z LPCWSTR wzVariable, |
59 | __in_z_opt LPCWSTR wzValue | 59 | __in_z_opt LPCWSTR wzValue |
60 | ) = 0; | 60 | ) = 0; |
61 | |||
62 | STDMETHOD(CompareVersions)( | ||
63 | __in_z LPCWSTR wzVersion1, | ||
64 | __in_z LPCWSTR wzVersion2, | ||
65 | __out int* pnResult | ||
66 | ) = 0; | ||
61 | }; | 67 | }; |