Module: wine Branch: master Commit: 0a02b6a86a71d21c338db52a8d6c6cc2e920ae25 URL: https://gitlab.winehq.org/wine/wine/-/commit/0a02b6a86a71d21c338db52a8d6c6cc...
Author: Daniel Lehman dlehman25@gmail.com Date: Mon Apr 18 22:40:41 2022 -0700
ntdll: Implement NtCancelSynchronousIoFile.
Signed-off-by: Daniel Lehman dlehman25@gmail.com
---
dlls/ntdll/tests/pipe.c | 12 ------------ dlls/ntdll/unix/file.c | 17 +++++++++++++++-- include/wine/server_protocol.h | 16 +++++++++++++++- server/async.c | 34 ++++++++++++++++++++++++++++++++++ server/protocol.def | 5 +++++ server/request.h | 5 +++++ server/trace.c | 9 +++++++++ 7 files changed, 83 insertions(+), 15 deletions(-)