Module: tools Branch: master Commit: ab445f0ccdd0309e97c414102bad492a17b60fb3 URL: https://source.winehq.org/git/tools.git/?a=commit;h=ab445f0ccdd0309e97c41410...
Author: Francois Gouget fgouget@codeweavers.com Date: Sat Aug 14 12:17:37 2021 +0200
winetest: Detect Windows 10 21H1.
Signed-off-by: Francois Gouget fgouget@codeweavers.com Signed-off-by: Alexandre Julliard julliard@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 ],