Win95 version fix

Francois Gouget fgouget at free.fr
Fri Jul 27 16:27:58 CDT 2001


   Nobody objected to this patch...

Changelog:

   Bob Goodwin <goodie1 at pacbell.net>

 * misc/version.c

   Fix the 16bit win95 version
   Fixes bug #232: `--winver win95' didn't work



--
Francois Gouget         fgouget at free.fr        http://fgouget.free.fr/
           Demander si un ordinateur peut penser revient à demander
                          si un sous-marin peut nager.
-------------- next part --------------
Index: misc/version.c
===================================================================
RCS file: /home/wine/wine/misc/version.c,v
retrieving revision 1.43
diff -u -r1.43 version.c
--- misc/version.c	2001/07/02 19:59:49	1.43
+++ misc/version.c	2001/07/27 19:24:52
@@ -75,7 +75,7 @@
     },
     /* WIN95 */
     {
-        0x07005F03,
+        0x07000304,
         0xC0000004,
 	{
             sizeof(OSVERSIONINFOA), 4, 0, 0x40003B6,


More information about the wine-patches mailing list