From d3ac422e1ceef726d4678f3b0520e3543e705cf9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vincent=20B=C3=A9ron?= Date: Sat, 19 Apr 2003 02:47:56 +0000 Subject: [PATCH] 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. --- misc/version.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/misc/version.c b/misc/version.c index ddd20c90747..8bea96f8dba 100644 --- a/misc/version.c +++ b/misc/version.c @@ -179,8 +179,8 @@ static VERSION_DATA VersionData[NB_WINDOWS_VERSIONS] = 0x08930005, { sizeof(OSVERSIONINFOA), 5, 0, 0x893, - VER_PLATFORM_WIN32_NT, "Service Pack 2", - 2, 0, 0, VER_NT_WORKSTATION, 30 /* FIXME: Great, a reserved field with a value! Is this correct? */ + VER_PLATFORM_WIN32_NT, "Service Pack 3", + 3, 0, 0, VER_NT_WORKSTATION, 30 /* FIXME: Great, a reserved field with a value! */ } }, /* WINXP */ @@ -190,8 +190,8 @@ static VERSION_DATA VersionData[NB_WINDOWS_VERSIONS] = 0x0A280105, { sizeof(OSVERSIONINFOA), 5, 1, 0xA28, - VER_PLATFORM_WIN32_NT, "", - 0, 0, 0, VER_NT_WORKSTATION, 0 /* FIXME: Verify last 5 values */ + VER_PLATFORM_WIN32_NT, "Service Pack 1", + 1, 0, VER_SUITE_SINGLEUSERTS, VER_NT_WORKSTATION, 30 /* FIXME: Great, a reserved field with a value! */ } } };