[TRY4 4/8] gdi32: Generate the [HKLM\Software\Microsoft\WindowsNT\CurrentVersion\GRE_Initialize].

Dmitry Timoshkov dmitry at codeweavers.com
Sun Oct 8 22:52:22 CDT 2006


"Byeong-Sik Jeon" <wjsqudtlr at gmail.com> wrote:

> +    /* @@ Wine registry key: HKLM\Software\Microsoft\Windows NT\CurrentVersion\GRE_Initialize */
> +    if(RegCreateKeyExW(HKEY_LOCAL_MACHINE, gre_initialize_reg_key,
> +                0, NULL, 0, KEY_ALL_ACCESS, NULL, &hkey, NULL) == ERROR_SUCCESS)

'@@ Wine registry key' should be used to mark Wine internal registry
keys, which is not the case here.

-- 
Dmitry.



More information about the wine-devel mailing list