winamp patch A0

Vincent Béron vberon at mecano.gme.usherb.ca
Sat Nov 9 10:43:32 CST 2002


Le sam 09/11/2002 à 11:22, Andreas Mohr a écrit :
> 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"

This doesn't seem the place to do it, since if we specify something
different (in config) then the registry keys do not match, and some
other app could possibly have some problems.

Would it be possible to generate automatically those keys with a call to
GetVersionEx or something similar?

Vincent




More information about the wine-devel mailing list