Reposted as Andreas' patch made this one not apply properly. Changelog: Change the version of win2k to SP3. Change the version of XP to SP1. Modify values of XP according to a post by Philipp Wollermann. Vincent
Index: wine/misc/version.c =================================================================== RCS file: /home/wine/wine/misc/version.c,v retrieving revision 1.66 diff -u -r1.66 wine/misc/version.c --- wine/misc/version.c 16 Apr 2003 23:08:33 -0000 1.66 +++ wine/misc/version.c 17 Apr 2003 20:36:49 -0000 @@ -179,8 +179,8 @@ 0x08930005, { sizeof(OSVERSIONINFOA), 5, 0, 0x893, - VER_PLATFORM_WIN32_NT, "Service Pack 2", - 2, 0, 0, VER_NT_WORKSTATION, 30 /* FIXME: Great, a reserved field with a value! Is this correct? */ + VER_PLATFORM_WIN32_NT, "Service Pack 3", + 3, 0, 0, VER_NT_WORKSTATION, 30 /* FIXME: Great, a reserved field with a value! */ } }, /* WINXP */ @@ -190,8 +190,8 @@ 0x0A280105, { sizeof(OSVERSIONINFOA), 5, 1, 0xA28, - VER_PLATFORM_WIN32_NT, "", - 0, 0, 0, VER_NT_WORKSTATION, 0 /* FIXME: Verify last 5 values */ + VER_PLATFORM_WIN32_NT, "Service Pack 1", + 1, 0, VER_SUITE_SINGLEUSERTS, VER_NT_WORKSTATION, 30 /* FIXME: Great, a reserved field with a value! */ } } };