Module: wine Branch: master Commit: 05d00d5e78b02b10d19ddc8e6310e9b3d84b19b3 URL: https://gitlab.winehq.org/wine/wine/-/commit/05d00d5e78b02b10d19ddc8e6310e9b...
Author: Daniel Lehman dlehman25@gmail.com Date: Mon Apr 18 22:40:41 2022 -0700
ntdll: Add NtCancelSynchronousIoFile stub.
Signed-off-by: Daniel Lehman dlehman25@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(+)