Set win2k3 service pack number to 1.
This commit is contained in:
parent
21f95cf761
commit
a760181be0
|
@ -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
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue