Commit a760181b authored by Ivan Leo Puoti's avatar Ivan Leo Puoti Committed by Alexandre Julliard

Set win2k3 service pack number to 1.

parent 21f95cf7
......@@ -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
}
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment