Aug. 25, 2026
4:16 a.m.
Alexandre Julliard (@julliard) commented about dlls/advapi32/tests/eventlog.c:
ret = ReportEventA(handle, 0x20, 0, 0, NULL, 0, 0, NULL, NULL); if (!ret && GetLastError() == ERROR_CRC) { - win_skip("Win7 fails when using incorrect event types\n"); + win_skip("NT6+ fails when using incorrect event types\n");
Actually we don't care about older versions, that code can be removed. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/11706#note_149807