Oct. 16, 2023
4:05 a.m.
Jinoh Kang (@iamahuman) commented about dlls/user32/scroll.c:
{ switch(message) { + case WM_CREATE: Do you have a reason for this particular choice of message (`WM_CREATE`)? How about `WM_NCCREATE`?
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/4092#note_48705