June 17, 2025
4:51 p.m.
Nikolay Sivov (@nsivov) commented about dlls/user32/tests/dialog.c:
}
static const WCHAR testtextW[] = {'W','n','d','T','e','x','t',0}; -static const char *testtext = "WndText"; +static const char *testtext = "WndText\0\0";
I can only look at this as a way to silence the failure. Could you explain where it fails in code exactly? -- https://gitlab.winehq.org/wine/wine/-/merge_requests/8342#note_106868