24 Feb
2023
24 Feb
'23
7:10 p.m.
Esme Povirk (@madewokherd) commented about dlls/winecrt0/debug.c:
return fwrite( str, 1, len, stderr ); }
-static int __cdecl fallback__wine_dbg_header( enum __wine_debug_class cls, - struct __wine_debug_channel *channel, - const char *function ) +static int __cdecl fallback__wine_dbg_header( enum __wine_debug_class cls, struct __wine_debug_channel *channel, + const char *file, int line, const char *function )
Shouldn't the output of this function be changed as well? -- https://gitlab.winehq.org/wine/wine/-/merge_requests/2274#note_25431