28 May
2024
28 May
'24
9:04 p.m.
Piotr Caban (@piotr) commented about dlls/msvcr80/tests/msvcr80.c:
ok( !tmp, "_wdupenv_s returned pointer is %p\n", tmp ); }
+static char *buf_to_string(const unsigned char *bin, int len, int nr)
Is the output easier to read with `buf_to_string` helper comparing to `debugstr_an`? I'm OK with adding such helper but I'm not sure if it's really useful. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/5547#note_69245