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?