increase our w2k service pack version to 4

Aric Stewart aric at codeweavers.com
Wed Jul 14 10:20:51 CDT 2004


report back as win2k service pack 4 instead of 3

-aric
-------------- next part --------------
Index: dlls/ntdll/version.c
===================================================================
RCS file: /home/wine/wine/dlls/ntdll/version.c,v
retrieving revision 1.4
diff -u -w -r1.4 version.c
--- dlls/ntdll/version.c	21 Jun 2004 23:55:07 -0000	1.4
+++ dlls/ntdll/version.c	14 Jul 2004 15:19:27 -0000
@@ -126,8 +126,8 @@
     /* NT2K */
     {
         sizeof(RTL_OSVERSIONINFOEXW), 5, 0, 0x893, VER_PLATFORM_WIN32_NT,
-        {'S','e','r','v','i','c','e',' ','P','a','c','k',' ','3',0},
-        3, 0, 0, VER_NT_WORKSTATION, 30 /* FIXME: Great, a reserved field with a value! */
+        {'S','e','r','v','i','c','e',' ','P','a','c','k',' ','4',0},
+        4, 0, 0, VER_NT_WORKSTATION, 30 /* FIXME: Great, a reserved field with a value! */
     },
     /* WINXP */
     {


More information about the wine-patches mailing list