[tools] winetest: Add Windows 10 to group Win10 (try 2)

Sebastian Lackner sebastian at fds-team.de
Wed Aug 19 13:48:20 CDT 2015


On 19.08.2015 18:33, André Hentschel wrote:
> diff --git a/winetest/dissect b/winetest/dissect
> index cd24fc3..0a99773 100755
> --- a/winetest/dissect
> +++ b/winetest/dissect
> @@ -207,6 +207,13 @@ if ($plid==1 && $major==4) {
>              $version = "win8";
>          }
>      }
> +    } elsif ($major==10) {
> +        if      ($minor == 0) {

This looks a bit weird, did you want to remove the "}" in the line before?




More information about the wine-devel mailing list