[TOOLS] Add Windows 7

Paul Vriens paul.vriens.wine at gmail.com
Mon Jan 12 01:22:12 CST 2009


James Hawkins wrote:
> On Sat, Jan 10, 2009 at 3:32 AM, Paul Vriens <paul.vriens.wine at gmail.com> wrote:
>> Hi,
>>
>> We have our first Windows 7 test results :
>> http://test.winehq.org/data/a69c86d3f517f659ba47495f77deac2df671fb03/vista_windows7-virtualbox/version.html
>>
>> I'm not sure if '7' is a nice/correct header though. Maybe "Win7" ?
>>
>> This also means we need to add it to winecfg.
>>
>> Changelog
>>  Add Windows 7
>>
>> --
>> Cheers,
>>
>> Paul.
>>
>>
>> >From b8ec6ca34b85f7ba1ae736ef35ee380b1b5721f0 Mon Sep 17 00:00:00 2001
>> From: Paul Vriens <Paul.Vriens.Wine at gmail.com>
>> Date: Sat, 10 Jan 2009 12:28:57 +0100
>> Subject: [PATCH] Add Windows 7
>>
>> ---
>>  winetest/build-index |    3 ++-
>>  winetest/dissect     |    6 ++++--
>>  winetest/gather      |    6 ++++--
>>  3 files changed, 10 insertions(+), 5 deletions(-)
>>
>> diff --git a/winetest/build-index b/winetest/build-index
>> index 2813ae8..0f257ad 100755
>> --- a/winetest/build-index
>> +++ b/winetest/build-index
>> @@ -27,11 +27,12 @@ my %xp      = (name => "XP");
>>  my %w2k3    = (name => "2003");
>>  my %vista   = (name => "Vista");
>>  my %w2k8    = (name => "2008");
>> +my %w7      = (name => "7");
>>  my %unknown = (name => "Other");
>>  my %wine    = (name => "Wine");
>>
> 
> I'm behind on my emails this weekend, so I don't know if this has been
> committed yet or not, but it seems like win7 is a better name than w7.
> 
Just sent a new patch to fix this differently.

('w7' btw is the internally used name. '7' would be what you see as the header 
on test.winehq.org.)

-- 
Cheers,

Paul.



More information about the wine-devel mailing list