diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2020-10-18 14:10:20 -0500 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2020-10-24 20:07:21 -0500 |
commit | e879388d96157db6a6e7b2ee79871ef7ebbd3015 (patch) | |
tree | 4f3cbf260afa7806e077d75840ec97f276228262 /src/engine/userexperience.cpp | |
parent | bafc4f682a798eb375d32c1f4777664aceb1e15f (diff) | |
download | wix-e879388d96157db6a6e7b2ee79871ef7ebbd3015.tar.gz wix-e879388d96157db6a6e7b2ee79871ef7ebbd3015.tar.bz2 wix-e879388d96157db6a6e7b2ee79871ef7ebbd3015.zip |
Add CompareVersions engine method.
Diffstat (limited to '')
-rw-r--r-- | src/engine/userexperience.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/userexperience.cpp b/src/engine/userexperience.cpp index 6ab28cde..5f18cdbc 100644 --- a/src/engine/userexperience.cpp +++ b/src/engine/userexperience.cpp | |||
@@ -97,7 +97,7 @@ extern "C" HRESULT UserExperienceLoad( | |||
97 | args.pCommand = pCommand; | 97 | args.pCommand = pCommand; |
98 | args.pfnBootstrapperEngineProc = EngineForApplicationProc; | 98 | args.pfnBootstrapperEngineProc = EngineForApplicationProc; |
99 | args.pvBootstrapperEngineProcContext = pEngineContext; | 99 | args.pvBootstrapperEngineProcContext = pEngineContext; |
100 | args.qwEngineAPIVersion = MAKEQWORDVERSION(2020, 5, 14, 0); | 100 | args.qwEngineAPIVersion = MAKEQWORDVERSION(2020, 8, 31, 0); |
101 | 101 | ||
102 | results.cbSize = sizeof(BOOTSTRAPPER_CREATE_RESULTS); | 102 | results.cbSize = sizeof(BOOTSTRAPPER_CREATE_RESULTS); |
103 | 103 | ||