Dec. 18, 2025
5:54 a.m.
Jacek Caban (@jacek) commented about dlls/urlmon/tests/sec_mgr.c:
ok(hres == S_OK, "Unexpected Remove result: 0x%08lx, expected result: 0x%08lx\n", hres, S_OK);
- ok(GetTempPathW(ARRAY_SIZE(tmp_dir), tmp_dir), - "GetTempPathW failed with: 0x%08lx\n", GetLastError()); + ret = GetTempPathW(ARRAY_SIZE(tmp_dir), tmp_dir); + ok(ret, GetTempPathW failed with: 0x%08lx\n", GetLastError());
It doesn't build, the opening quote is missing. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/9761#note_125800