29 Aug
2006
29 Aug
'06
6:34 a.m.
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.