30 Jan
2025
30 Jan
'25
10:50 a.m.
Dmitry Timoshkov (@dmitry) commented about dlls/ntdll/unix/system.c:
case SystemCpuSetInformation: /* 175 */ return NtQuerySystemInformationEx(class, NULL, 0, info, size, ret_size);
+ case SystemLeapSecondInformation: /* 206 */ + { + struct + { + char enabled; + ULONG flags; + } *leap = info;
Probably field 'enabled' should have type BOOLEAN. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/7229#note_93278