Re: [TRY4 4/8] gdi32: Generate the [HKLM\Software\Microsoft\WindowsNT\CurrentVersion\GRE_Initialize].
9 Oct
2006
9 Oct
'06
3:52 a.m.
"Byeong-Sik Jeon" <wjsqudtlr(a)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.
7014
Age (days ago)
7014
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dmitry Timoshkov