Beginnings of the code that should allow DOS programs to set their
[wine] / dlls / user / msg16.c
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-12-26  Mike McCormackUse alertable waits in PeekMessage16 and GetMessage16...
2001-12-20  Alexandre JulliardUse MapLS/UnMapLS instead of SEGPTR_* macros.
2001-10-15  Alexandre JulliardRenamed WIN_GetWndPtr into WIN_GetPtr and added corresp...
2001-09-24  Alexandre JulliardA couple of optimizations to avoid some server calls...
2001-09-19  Alexandre JulliardMade all 16<->32 HWND conversions use explicit function...
2001-08-18  Alexandre JulliardRemoved a number of direct accesses to the window struc...
2001-08-07  Alexandre JulliardRewrote most of SendMessage/PeekMessage.