INT21_GetFreeDiskSpace(): The drive parameter is found in the DL
[wine] / dlls / user / wnd16.c
2003-05-16  Alexandre JulliardAvoid using the MapHModule functions.
2003-03-28  Alexandre JulliardMoved 16-bit dialog routines to a separate dialog16...
2003-02-27  Alexandre JulliardReplaced most uses of the auto-generated glue code...
2002-10-28  Michael StefaniucSome fixes for the compilation of the user dll with...
2002-10-28  Alexandre JulliardMoved a few remaining 16-bit window functions to wnd16...
2002-10-23  Alexandre JulliardImplemented GetWindowTask16 on top of GetWindowThreadPr...
2002-10-17  Alexandre JulliardUse the WOWHandle functions to convert between task...
2002-10-17  Alexandre JulliardFixed wownt32.h to make it usable from inside Wine...
2002-10-17  Alexandre JulliardRewrote caret implementation to store the information...
2002-10-09  Michael StefaniucFix handle conversions.
2002-09-04  Michael Stefaniuc- Rename WIN_Handle16 to HWDN_16 and make it a macro.
2002-07-03  Gregg MattinsonVoid functions can't return a value, even if it is...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-12-17  Alexandre JulliardChanged 16-bit USER Enum* functions to not use thunks...
2001-12-13  Alexandre JulliardStarted rewrite of painting functions for multiple...
2001-11-12  Lawson WhitneyCast id to unsigned in GetDlgItem16.
2001-11-09  Joshua ThielenChanged BM_ messages SETCHECK and GETCHECK to SETCHECK1...
2001-09-19  Alexandre JulliardMade all 16<->32 HWND conversions use explicit function...