PATCH: revert version change

Marcus Meissner marcus at jet.franken.de
Tue Oct 23 12:55:17 CDT 2001


Hi,

There was following change to misc/version.c:
    revision 1.44
    date: 2001/07/27 23:57:38;  author: julliard;  state: Exp;  lines: +1 -1
    Bob Goodwin <goodie1 at pacbell.net>
    Fix the 16bit win95 version.

This makes for instance InstallShield, that uses DOS3CALLs to check for win95,
report a Bad Windows Version. (Installer of Monkey Island 3)

Reference wine-devel post is:
    http://www.winehq.com/hypermail/wine-devel/2001/07/0085.html

If there is a testprogram, I can still boot Windows 95...

Ciao, Marcus

Changelog:
	revert 16bit win95 version back to original value. Fixes
	InstallShield installer version check.


Index: version.c
===================================================================
RCS file: /home/wine/wine/misc/version.c,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- misc/version.c	2001/07/02 19:59:49	1.43
+++ misc/version.c	2001/07/27 23:57:38	1.44
@@ -75,7 +75,7 @@
     },
     /* WIN95 */
     {
-        0x07000304,
+        0x07005F03,
         0xC0000004,
 	{
             sizeof(OSVERSIONINFOA), 4, 0, 0x40003B6,




More information about the wine-patches mailing list