=?UTF-8?Q?Andr=C3=A9=20Hentschel=20?=: winecfg: Bump NT 3. 51 to Service Pack 5.

Alexandre Julliard julliard at winehq.org
Mon Dec 5 14:55:00 CST 2011


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

Author: André Hentschel <nerv at dawncrow.de>
Date:   Fri Dec  2 17:58:28 2011 +0100

winecfg: Bump NT 3.51 to Service Pack 5.

---

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

diff --git a/dlls/ntdll/version.c b/dlls/ntdll/version.c
index c8c616d..0185d7f 100644
--- a/dlls/ntdll/version.c
+++ b/dlls/ntdll/version.c
@@ -112,8 +112,8 @@ static const RTL_OSVERSIONINFOEXW VersionData[NB_WINDOWS_VERSIONS] =
     /* NT351 */
     {
         sizeof(RTL_OSVERSIONINFOEXW), 3, 51, 0x421, VER_PLATFORM_WIN32_NT,
-        {'S','e','r','v','i','c','e',' ','P','a','c','k',' ','2',0},
-        0, 0, 0, 0, 0
+        {'S','e','r','v','i','c','e',' ','P','a','c','k',' ','5',0},
+        5, 0, 0, VER_NT_WORKSTATION, 0
     },
     /* NT40 */
     {
diff --git a/programs/winecfg/appdefaults.c b/programs/winecfg/appdefaults.c
index e979713..bee2ae5 100644
--- a/programs/winecfg/appdefaults.c
+++ b/programs/winecfg/appdefaults.c
@@ -60,7 +60,7 @@ static const struct
     { "win98",       "Windows 98",        4, 10, 0x8AE, VER_PLATFORM_WIN32_WINDOWS, " A ", 0, 0, ""},
     { "win95",       "Windows 95",        4,  0, 0x3B6, VER_PLATFORM_WIN32_WINDOWS, "", 0, 0, ""},
     { "nt40",        "Windows NT 4.0",    4,  0, 0x565, VER_PLATFORM_WIN32_NT, "Service Pack 6a", 6, 0, "WinNT"},
-    { "nt351",       "Windows NT 3.5",    3, 51, 0x421, VER_PLATFORM_WIN32_NT, "Service Pack 2", 0, 0, "WinNT"},
+    { "nt351",       "Windows NT 3.51",   3, 51, 0x421, VER_PLATFORM_WIN32_NT, "Service Pack 5", 5, 0, "WinNT"},
     { "win31",       "Windows 3.1",       3, 10,     0, VER_PLATFORM_WIN32s, "Win32s 1.3", 0, 0, ""},
     { "win30",       "Windows 3.0",       3,  0,     0, VER_PLATFORM_WIN32s, "Win32s 1.3", 0, 0, ""},
     { "win20",       "Windows 2.0",       2,  0,     0, VER_PLATFORM_WIN32s, "Win32s 1.3", 0, 0, ""}




More information about the wine-cvs mailing list