Win95 version fix

Francois Gouget fgouget at free.fr
Sat Jul 14 16:41:35 CDT 2001


   Hi,

   Bob Goodwin proposes the following change to misc/version.c as a fix 
for bug #232 (http://wine.codeweavers.com/bugzilla/show_bug.cgi?id=232):

--- cut here ---
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/14 20:58:49
@@ -75,7 +75,7 @@
     },
     /* WIN95 */
     {
-        0x07005F03,
+        0x07000304,
         0xC0000004,
 	{
             sizeof(OSVERSIONINFOA), 4, 0, 0x40003B6,
--- cut here ---


   Note that the previous value for Win95 was the same as that for Win98
which is a bit strange. Can someone check the value proposed by Bob
Goodwin? Or alternately, how would I check it myself? I have access to
Win95/98/2000/Me so I could also check the value for Win2000 and even
add one for Wine Me.

   Btw, if someone needs to check values for one of the above platforms
and you can provide me with a simple test program, just let me know. I
can probably help you. Of course, the simpler the program is to execute,
the more likely I am to be able to help you. I can also accept source
(Win32) so you can develop the test program with Winelib and just send
me the source, I'll recompile it on Windows.


--
Francois Gouget         fgouget at free.fr        http://fgouget.free.fr/
                     Avoid the Gates of Hell - use Linux.





More information about the wine-devel mailing list