Commit d3ac422e authored by Vincent Béron's avatar Vincent Béron Committed by Alexandre Julliard

Change the version of win2k to SP3.

Change the version of XP to SP1. Modify values of XP according to a post by Philipp Wollermann.
parent 45864a77
...@@ -179,8 +179,8 @@ static VERSION_DATA VersionData[NB_WINDOWS_VERSIONS] = ...@@ -179,8 +179,8 @@ static VERSION_DATA VersionData[NB_WINDOWS_VERSIONS] =
0x08930005, 0x08930005,
{ {
sizeof(OSVERSIONINFOA), 5, 0, 0x893, sizeof(OSVERSIONINFOA), 5, 0, 0x893,
VER_PLATFORM_WIN32_NT, "Service Pack 2", VER_PLATFORM_WIN32_NT, "Service Pack 3",
2, 0, 0, VER_NT_WORKSTATION, 30 /* FIXME: Great, a reserved field with a value! Is this correct? */ 3, 0, 0, VER_NT_WORKSTATION, 30 /* FIXME: Great, a reserved field with a value! */
} }
}, },
/* WINXP */ /* WINXP */
...@@ -190,8 +190,8 @@ static VERSION_DATA VersionData[NB_WINDOWS_VERSIONS] = ...@@ -190,8 +190,8 @@ static VERSION_DATA VersionData[NB_WINDOWS_VERSIONS] =
0x0A280105, 0x0A280105,
{ {
sizeof(OSVERSIONINFOA), 5, 1, 0xA28, sizeof(OSVERSIONINFOA), 5, 1, 0xA28,
VER_PLATFORM_WIN32_NT, "", VER_PLATFORM_WIN32_NT, "Service Pack 1",
0, 0, 0, VER_NT_WORKSTATION, 0 /* FIXME: Verify last 5 values */ 1, 0, VER_SUITE_SINGLEUSERTS, VER_NT_WORKSTATION, 30 /* FIXME: Great, a reserved field with a value! */
} }
} }
}; };
......
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