[PATCH] atl80/tests: Request an older version of atl80 for compatibility.

Francois Gouget fgouget at codeweavers.com
Fri Mar 26 09:05:49 CDT 2021


Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
---
Some TestBot VMs only have version 8.0.50727.762 which is still
sufficient for the current tests. Version .42 is the earliest atl80 
version supported by the current crop.
---
 dlls/atl80/tests/atl80.manifest | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/atl80/tests/atl80.manifest b/dlls/atl80/tests/atl80.manifest
index 712793fcb1b..fa833e28927 100644
--- a/dlls/atl80/tests/atl80.manifest
+++ b/dlls/atl80/tests/atl80.manifest
@@ -12,7 +12,7 @@
     <assemblyIdentity
         type="win32"
         name="microsoft.vc80.atl"
-        version="8.0.50727.4053"
+        version="8.0.50727.42"
         processorArchitecture="*"
         publicKeyToken="1fc8b3b9a1e18e3b"
         language="*"
-- 
2.20.1



More information about the wine-devel mailing list