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?