19 Jun
2023
19 Jun
'23
1:10 a.m.
Etaash Mathamsetty (@etaash.mathamsetty) commented about dlls/ntoskrnl.exe/ntoskrnl.c:
return FALSE; }
+/***************************************************** + * Ke386QueryIoAccessMap (NTOSKRNL.EXE.@) + */ +BOOLEAN WINAPI Ke386QueryIoAccessMap(ULONG flag, PVOID buffer) +{ + FIXME("(%ld %p) stub\n", flag, buffer);
I think this has to be %lu rather than %ld -- https://gitlab.winehq.org/wine/wine/-/merge_requests/3095#note_36072