Saveliy Tretiakov a écrit :
serialui
- Started serialui dll
- Implemented drvCommConfigDialogA and drvCommConfigDialogW
http://reactos.com:8080/pipermail/ros-svn/2005-April/002164.html
kernel32.diff
- Implemented CommConfigDialogA and CommConfigDialogW
- Removed @unimplemented comments for some implemented functions
Not committed because they give warnings:
misc/comm.c: In function `CommConfigDialogA':
misc/comm.c:854: warning: use of cast expressions as lvalues is deprecated
misc/comm.c: In function `CommConfigDialogW':
misc/comm.c:887: warning: use of cast expressions as lvalues is deprecated
MAKE: *** [misc/comm.o] Error 1
include.diff
- Add missing ioctls to ntddser.h:
IOCTL_SERIAL_GET_COMMCONFIG and IOCTL_SERIAL_SET_COMMCONFIG
They are not documented by Microsoft (see
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/serial/hh/…
) and googling on them doesn't give good results.
Do you have some documentation?