opengl32: Enable per-app override for HKLM\Software\Wine\OpenGL: HKLM\Software\Wine\AppDefaults\app.exe\OpenGL.

Paul Vriens Paul.Vriens at xs4all.nl
Tue Aug 29 01:34:42 CDT 2006


On Mon, 2006-08-28 at 22:26 -0500, Ken Thomases wrote:
> +
> +  /* @@ Wine registry key: HKLM\Software\Wine\OpenGL */
> +  if ( RegOpenKeyA( HKEY_LOCAL_MACHINE, "Software\\Wine\\OpenGL",  
> &hkey) ) hkey = 0;
> +
> +  len = GetModuleFileNameA( 0, buffer, MAX_PATH );
> +  if (len && len < MAX_PATH)
> +  {
> +    HKEY tmpkey;
> +    /* @@ Wine registry key: HKLM\Software\Wine\AppDefaults\app.exe 
> \OpenGL */
> +    if (!RegOpenKeyA( HKEY_LOCAL_MACHINE, "Software\\Wine\ 
> \AppDefaults", &tmpkey )) 

Hi,

I thought this stuff was supposed to be moved to HKCU instead of HKLM?

Cheers,

Paul.




More information about the wine-devel mailing list