Update WinXP version to SP2.
This commit is contained in:
parent
9d6f88c952
commit
9ebfac0eed
|
@ -132,8 +132,8 @@ static const RTL_OSVERSIONINFOEXW VersionData[NB_WINDOWS_VERSIONS] =
|
||||||
/* WINXP */
|
/* WINXP */
|
||||||
{
|
{
|
||||||
sizeof(RTL_OSVERSIONINFOEXW), 5, 1, 0xA28, VER_PLATFORM_WIN32_NT,
|
sizeof(RTL_OSVERSIONINFOEXW), 5, 1, 0xA28, VER_PLATFORM_WIN32_NT,
|
||||||
{'S','e','r','v','i','c','e',' ','P','a','c','k',' ','1',0},
|
{'S','e','r','v','i','c','e',' ','P','a','c','k',' ','2',0},
|
||||||
1, 0, VER_SUITE_SINGLEUSERTS, VER_NT_WORKSTATION, 30 /* FIXME: Great, a reserved field with a value! */
|
2, 0, VER_SUITE_SINGLEUSERTS, VER_NT_WORKSTATION, 30 /* FIXME: Great, a reserved field with a value! */
|
||||||
},
|
},
|
||||||
/* WIN2K3 */
|
/* WIN2K3 */
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue