Set win2k3 service pack number to 1.

This commit is contained in:
Ivan Leo Puoti 2005-05-05 09:49:24 +00:00 committed by Alexandre Julliard
parent 21f95cf761
commit a760181be0

View file

@ -134,8 +134,8 @@ static const RTL_OSVERSIONINFOEXW VersionData[NB_WINDOWS_VERSIONS] =
/* WIN2K3 */
{
sizeof(RTL_OSVERSIONINFOEXW), 5, 2, 0xECE, VER_PLATFORM_WIN32_NT,
{0},
0, 0, VER_SUITE_SINGLEUSERTS, VER_NT_SERVER, 0
{'S','e','r','v','i','c','e',' ','P','a','c','k',' ','1',0},
1, 0, VER_SUITE_SINGLEUSERTS, VER_NT_SERVER, 0
}
};