Vitaliy Margolen : winecfg: Update WinXP version to SP3.

Alexandre Julliard julliard at winehq.org
Mon Jun 1 10:01:00 CDT 2009


Module: wine
Branch: master
Commit: 1e4b401a980f22a01913e1572d8e3091da9f2e60
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=1e4b401a980f22a01913e1572d8e3091da9f2e60

Author: Vitaliy Margolen <wine-patches at kievinfo.com>
Date:   Sun May 31 15:21:00 2009 -0600

winecfg: Update WinXP version to SP3.

---

 dlls/ntdll/version.c           |    4 ++--
 programs/winecfg/appdefaults.c |    2 +-
 tools/wine.inf.in              |    4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/dlls/ntdll/version.c b/dlls/ntdll/version.c
index d43a5b6..24531aa 100644
--- a/dlls/ntdll/version.c
+++ b/dlls/ntdll/version.c
@@ -128,8 +128,8 @@ static const RTL_OSVERSIONINFOEXW VersionData[NB_WINDOWS_VERSIONS] =
     /* WINXP */
     {
         sizeof(RTL_OSVERSIONINFOEXW), 5, 1, 0xA28, VER_PLATFORM_WIN32_NT,
-        {'S','e','r','v','i','c','e',' ','P','a','c','k',' ','2',0},
-        2, 0, VER_SUITE_SINGLEUSERTS, VER_NT_WORKSTATION, 30 /* FIXME: Great, a reserved field with a value! */
+        {'S','e','r','v','i','c','e',' ','P','a','c','k',' ','3',0},
+        3, 0, VER_SUITE_SINGLEUSERTS, VER_NT_WORKSTATION, 30 /* FIXME: Great, a reserved field with a value! */
     },
     /* WIN2K3 */
     {
diff --git a/programs/winecfg/appdefaults.c b/programs/winecfg/appdefaults.c
index 8e48949..4df2a4a 100644
--- a/programs/winecfg/appdefaults.c
+++ b/programs/winecfg/appdefaults.c
@@ -51,7 +51,7 @@ static const struct
     { "win2008", "Windows 2008",   6,  0, 0x1771,VER_PLATFORM_WIN32_NT, "Service Pack 1", 0, 0, "ServerNT"},
     { "vista",   "Windows Vista",  6,  0, 0x1770,VER_PLATFORM_WIN32_NT, " ", 0, 0, "WinNT"},
     { "win2003", "Windows 2003",   5,  2, 0xECE, VER_PLATFORM_WIN32_NT, "Service Pack 1", 1, 0, "ServerNT"},
-    { "winxp",   "Windows XP",     5,  1, 0xA28, VER_PLATFORM_WIN32_NT, "Service Pack 2", 2, 0, "WinNT"},
+    { "winxp",   "Windows XP",     5,  1, 0xA28, VER_PLATFORM_WIN32_NT, "Service Pack 3", 3, 0, "WinNT"},
     { "win2k",   "Windows 2000",   5,  0, 0x893, VER_PLATFORM_WIN32_NT, "Service Pack 4", 4, 0, "WinNT"},
     { "winme",   "Windows ME",     4, 90, 0xBB8, VER_PLATFORM_WIN32_WINDOWS, " ", 0, 0, ""},
     { "win98",   "Windows 98",     4, 10, 0x8AE, VER_PLATFORM_WIN32_WINDOWS, " A ", 0, 0, ""},
diff --git a/tools/wine.inf.in b/tools/wine.inf.in
index 25cec58..ccae9b9 100644
--- a/tools/wine.inf.in
+++ b/tools/wine.inf.in
@@ -2929,9 +2929,9 @@ HKLM,"System\CurrentControlSet\Services\VxD\MSTCP",,,""
 
 [VersionInfo]
 HKLM,%CurrentVersionNT%,"CurrentVersion",2,"5.1"
-HKLM,%CurrentVersionNT%,"CSDVersion",2,"Service Pack 2"
+HKLM,%CurrentVersionNT%,"CSDVersion",2,"Service Pack 3"
 HKLM,%CurrentVersionNT%,"CurrentBuildNumber",2,"2600"
 HKLM,%CurrentVersionNT%,"CurrentType",2,"Uniprocessor Free"
 HKLM,%Control%\ProductOptions,"ProductType",2,"WinNT"
-HKLM,%Control%\Windows,"CSDVersion",0x10003,0x200
+HKLM,%Control%\Windows,"CSDVersion",0x10003,0x300
 HKLM,%Control%\Session Manager\Environment,"OS",2,"Windows_NT"




More information about the wine-cvs mailing list