winecfg: Update WinXP version to SP3.

This commit is contained in:
Vitaliy Margolen 2009-05-31 15:21:00 -06:00 committed by Alexandre Julliard
parent cb93f15e32
commit 1e4b401a98
3 changed files with 5 additions and 5 deletions

View File

@ -128,8 +128,8 @@ static const RTL_OSVERSIONINFOEXW VersionData[NB_WINDOWS_VERSIONS] =
/* WINXP */
{
sizeof(RTL_OSVERSIONINFOEXW), 5, 1, 0xA28, VER_PLATFORM_WIN32_NT,
{'S','e','r','v','i','c','e',' ','P','a','c','k',' ','2',0},
2, 0, VER_SUITE_SINGLEUSERTS, VER_NT_WORKSTATION, 30 /* FIXME: Great, a reserved field with a value! */
{'S','e','r','v','i','c','e',' ','P','a','c','k',' ','3',0},
3, 0, VER_SUITE_SINGLEUSERTS, VER_NT_WORKSTATION, 30 /* FIXME: Great, a reserved field with a value! */
},
/* WIN2K3 */
{

View File

@ -51,7 +51,7 @@ static const struct
{ "win2008", "Windows 2008", 6, 0, 0x1771,VER_PLATFORM_WIN32_NT, "Service Pack 1", 0, 0, "ServerNT"},
{ "vista", "Windows Vista", 6, 0, 0x1770,VER_PLATFORM_WIN32_NT, " ", 0, 0, "WinNT"},
{ "win2003", "Windows 2003", 5, 2, 0xECE, VER_PLATFORM_WIN32_NT, "Service Pack 1", 1, 0, "ServerNT"},
{ "winxp", "Windows XP", 5, 1, 0xA28, VER_PLATFORM_WIN32_NT, "Service Pack 2", 2, 0, "WinNT"},
{ "winxp", "Windows XP", 5, 1, 0xA28, VER_PLATFORM_WIN32_NT, "Service Pack 3", 3, 0, "WinNT"},
{ "win2k", "Windows 2000", 5, 0, 0x893, VER_PLATFORM_WIN32_NT, "Service Pack 4", 4, 0, "WinNT"},
{ "winme", "Windows ME", 4, 90, 0xBB8, VER_PLATFORM_WIN32_WINDOWS, " ", 0, 0, ""},
{ "win98", "Windows 98", 4, 10, 0x8AE, VER_PLATFORM_WIN32_WINDOWS, " A ", 0, 0, ""},

View File

@ -2929,9 +2929,9 @@ HKLM,"System\CurrentControlSet\Services\VxD\MSTCP",,,""
[VersionInfo]
HKLM,%CurrentVersionNT%,"CurrentVersion",2,"5.1"
HKLM,%CurrentVersionNT%,"CSDVersion",2,"Service Pack 2"
HKLM,%CurrentVersionNT%,"CSDVersion",2,"Service Pack 3"
HKLM,%CurrentVersionNT%,"CurrentBuildNumber",2,"2600"
HKLM,%CurrentVersionNT%,"CurrentType",2,"Uniprocessor Free"
HKLM,%Control%\ProductOptions,"ProductType",2,"WinNT"
HKLM,%Control%\Windows,"CSDVersion",0x10003,0x200
HKLM,%Control%\Windows,"CSDVersion",0x10003,0x300
HKLM,%Control%\Session Manager\Environment,"OS",2,"Windows_NT"