25 Jan
2023
25 Jan
'23
5:07 a.m.
Jinoh Kang (@iamahuman) commented about dlls/ntdll/relay.c:
static DWORD WINAPI init_debug_lists( RTL_RUN_ONCE *once, void *param, void **context ) { OBJECT_ATTRIBUTES attr; - UNICODE_STRING name; + UNICODE_STRING name = RTL_CONSTANT_STRING( L"Software\\Wine\\Debug" ); (Optional)
```suggestion:-0+0 static const UNICODE_STRING name = RTL_CONSTANT_STRING( L"Software\\Wine\\Debug" ); ``` -- https://gitlab.winehq.org/wine/wine/-/merge_requests/2015#note_21745