=?UTF-8?Q?Andr=C3=A9=20Hentschel=20?=: winetest: Add Windows 8.1 to group Win8.

Alexandre Julliard julliard at wine.codeweavers.com
Wed Oct 8 13:23:00 CDT 2014


Module: tools
Branch: master
Commit: 83d9d7a28fe40a2e148301217430dd13fbde1041
URL:    http://source.winehq.org/git/tools.git/?a=commit;h=83d9d7a28fe40a2e148301217430dd13fbde1041

Author: André Hentschel <nerv at dawncrow.de>
Date:   Tue Oct  7 21:41:36 2014 +0200

winetest: Add Windows 8.1 to group Win8.

---

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

diff --git a/winetest/dissect b/winetest/dissect
index 676f089..61e85ca 100755
--- a/winetest/dissect
+++ b/winetest/dissect
@@ -203,7 +203,7 @@ if ($plid==1 && $major==4) {
             } elsif ($product==3) {
                 $version = "2008";
             }
-        } elsif ($minor == 2) {
+        } elsif ($minor == 2 || $minor == 3) {
             $version = "win8";
         }
     }




More information about the wine-cvs mailing list