Module: wine Branch: master Commit: d990c0d8e50c5eaabac8b855b9511cbc42d783bd URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=d990c0d8e50c5eaabac8b855...
Author: Eric Pouech eric.pouech@wanadoo.fr Date: Sat Sep 30 21:20:41 2006 +0200
ntdll-kernel32: WaitCommEvent.
- implemented IOCTL_SERIAL_WAIT_ON_MASK for DeviceIoControl on serial lines in ntdll - now using thread pool (instead of simple thread) for the background operations (this should help some high load situations) - used this to implement WaitCommEvent on top NtDll functions - in kernel32, removed now the no longer used termios/ioctls... for comm devices
---
dlls/kernel32/comm.c | 345 -------------------------------------------------- dlls/ntdll/serial.c | 320 +++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 313 insertions(+), 352 deletions(-)
Diff: http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=d990c0d8e50c5eaabac8...