Module: wine Branch: master Commit: 35de72453c4e60876c8ff79280982efd50aeb681 URL: https://gitlab.winehq.org/wine/wine/-/commit/35de72453c4e60876c8ff79280982ef...
Author: Elizabeth Figura zfigura@codeweavers.com Date: Tue May 28 18:12:14 2024 -0500
ntdll: Move IOCTL_SERIAL_WAIT_ON_MASK to the server.
Tested with a serial pair with a null modem.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55947
---
dlls/ntdll/unix/serial.c | 225 +++++++++++++++++++++-------------------------- server/serial.c | 49 +++++++++++ 2 files changed, 149 insertions(+), 125 deletions(-)