Francois Gouget : winetest: Detect Windows 10 21H1.

Alexandre Julliard julliard at winehq.org
Mon Aug 16 17:40:56 CDT 2021


Module: tools
Branch: master
Commit: ab445f0ccdd0309e97c414102bad492a17b60fb3
URL:    https://source.winehq.org/git/tools.git/?a=commit;h=ab445f0ccdd0309e97c414102bad492a17b60fb3

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Sat Aug 14 12:17:37 2021 +0200

winetest: Detect Windows 10 21H1.

Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 winetest/dissect | 1 +
 1 file changed, 1 insertion(+)

diff --git a/winetest/dissect b/winetest/dissect
index 4371c90..43f7790 100755
--- a/winetest/dissect
+++ b/winetest/dissect
@@ -393,6 +393,7 @@ my @idmatch = (
     [ "win1909",     2,    10,     0, 18363,     1,  0 ],
     [ "win2004",     2,    10,     0, 19041,     1,  0 ],
     [ "win2009",     2,    10,     0, 19042,     1,  0 ],
+    [ "win21H1",     2,    10,     0, 19043,     1,  0 ],
 #   [ "ce",          3, undef, undef, undef, undef,  0 ],
     [ "unknown",     2, undef, undef, undef, undef,  0 ],
     [ "unknown", undef, undef, undef, undef, undef,  1 ],




More information about the wine-cvs mailing list