Module: wine Branch: refs/heads/master Commit: 631ec30f78413d208b067c2ef194ec6c8c662d4e URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=631ec30f78413d208b067c2e...
Author: Eric Pouech eric.pouech@wanadoo.fr Date: Sun May 7 14:10:32 2006 +0200
ntdll/kernel32: SetCommState & IOCTL_SET_BAUD_RATE
- created dump_dcb to print out DCB information - implemented ntdll's serial IOCTL SET_BAUD_RATE - used this IOCTL in kernel32.SetCommState
---
dlls/kernel/comm.c | 245 +++++++-------------------------------------------- dlls/ntdll/serial.c | 140 +++++++++++++++++++++++++++++ 2 files changed, 174 insertions(+), 211 deletions(-)
Diff: http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=631ec30f78413d208b06...