2 Mar
2023
2 Mar
'23
12:37 p.m.
Huw Davies (@huw) commented about dlls/mmdevapi/main.c:
static BOOL load_driver(const WCHAR *name, DriverFuncs *driver) { - WCHAR driver_module[264]; + NTSTATUS status;
+ WCHAR driver_module[264];
Please move the blank line to below this. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/1543#note_25996