winamp patch A0

Andreas Mohr andi at rhlx01.fht-esslingen.de
Sat Nov 9 10:22:35 CST 2002


Hi all,

IMHO we should now switch to Win98 SE as default Windows version.
Too many programs expect at least Win98 to be running already.

Winamp also checks the Version registry keys, so I added them to
winedefault.reg.

Index: winedefault.reg
===================================================================
RCS file: /home/wine/wine/winedefault.reg,v
retrieving revision 1.58
diff -u -r1.58 winedefault.reg
--- winedefault.reg	25 Oct 2002 19:05:19 -0000	1.58
+++ winedefault.reg	9 Nov 2002 16:20:36 -0000
@@ -72,6 +72,9 @@
 "ProgramFilesDir"="C:\\Program Files"
 "RegisteredOrganization"="Change preferred organization in ~/.wine/system.reg"
 "RegisteredOwner"="Change preferred owner in ~/.wine/system.reg"
+"SubVersionNumber"=" A "
+"Version"="Windows 98"
+"VersionNumber"="4.10.2222"
 
 # Font name to font file mappings
 [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Fonts]
Index: misc/version.c
===================================================================
RCS file: /home/wine/wine/misc/version.c,v
retrieving revision 1.61
diff -u -r1.61 version.c
--- misc/version.c	13 Sep 2002 17:47:44 -0000	1.61
+++ misc/version.c	9 Nov 2002 16:20:38 -0000
@@ -420,7 +420,7 @@
 	    }
         }
     }
-    return WIN95;
+    return WIN98;
 }
 /**********************************************************************
  *	VERSION_GetLinkedDllVersion
@@ -520,10 +520,10 @@
 	  if (ophd->Subsystem == IMAGE_SUBSYSTEM_WINDOWS_CUI)
 	    return NT351; /* FIXME: NT 3.1, not tested */
 	  else
-	    return WIN95;
+	    return WIN98;
 	}
 
-	return WIN95;
+	return WIN98;
 }
 
 /**********************************************************************



More information about the wine-patches mailing list