Fix signed/unsigned compilation warnings.
[wine] / dlls / user / comm16.c
2002-11-22  Alexandre JulliardMade user compile with -DSTRICT.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-01-07  Mike McCormack- Don't use event flags with ReadFileEx and WriteFileEx.
2001-12-26  Mike McCormackUse alertable waits in PeekMessage16 and GetMessage16...
2001-12-24  Alexandre JulliardUse MapLS/UnMapLS instead of SEGPTR_* macros.
2001-12-13  Mike McCormackOnly RTS_CONTROL_HANDSHAKE should set CRTSCTS.
2001-11-23  Mike McCormackCheck for completed overlappeds in ReadComm16 to solve...
2001-11-08  Mike McCormackFind out how much data is available when calling ReadFi...
2001-10-21  Mike McCormackReturn TRUE on success in COMM_BuildOldCommDCB.
2001-10-14  Francois GougetDon't print NULL strings (crashes on Solaris).
2001-09-14  Alexandre JulliardMake sure that HWND comparisons are always done with...
2001-08-22  Dmitry TimoshkovReplaced PROFILE_ functions by RegQueryValueExA.
2001-07-24  Mike McCormackMove 16-bit COMM code to USER dll.