Daniel Lehman : ntdll: Add NtCancelSynchronousIoFile stub.
17 Oct
2022
17 Oct
'22
10:16 p.m.
Module: wine Branch: master Commit: 05d00d5e78b02b10d19ddc8e6310e9b3d84b19b3 URL: https://gitlab.winehq.org/wine/wine/-/commit/05d00d5e78b02b10d19ddc8e6310e9b... Author: Daniel Lehman <dlehman25(a)gmail.com> Date: Mon Apr 18 22:40:41 2022 -0700 ntdll: Add NtCancelSynchronousIoFile stub. Signed-off-by: Daniel Lehman <dlehman25(a)gmail.com> --- dlls/ntdll/ntdll.spec | 2 + dlls/ntdll/tests/pipe.c | 154 +++++++++++++++++++++++++++++++++++++++++++++++ dlls/ntdll/unix/file.c | 9 +++ dlls/ntdll/unix/loader.c | 1 + dlls/wow64/file.c | 18 ++++++ dlls/wow64/syscall.h | 1 + include/winternl.h | 1 + 7 files changed, 186 insertions(+)
1249
Age (days ago)
1249
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard