"Byeong-Sik Jeon" wjsqudtlr@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.