22 May
2025
22 May
'25
9:48 a.m.
Zhiyi Zhang (@zhiyi) commented about dlls/comctl32/comctl32.h:
/* WM_NOTIFY unicode to ansi conversion and forwarding stuff */
-BOOL COMCTL32_WCHAR_array_reserve(WCHAR **array, DWORD *size, DWORD count); +LRESULT COMCTL32_ForwardNotifyToAnsiWindow(HWND hwndNotify, NMHDR *hdr, WCHAR **unicodeBuffer, DWORD *unicodeBufferSize);
Let's use snake case instead of camel case for the function name and parameters. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/6737#note_104185