Implemented SendNotifyMessage().
[wine] / windows / cursoricon.c
2000-11-01  Marcus MeissnerDrawIconEx: when flags=0 use flags=DI_NORMAL instead.
2000-10-12  Francois GougetAdded many missing *Pxxx types.
2000-08-19  Alexandre JulliardAuthors: Alexandre Julliard <julliard@codeweavers.com...
2000-08-10  Alexandre JulliardMerged clipboard driver into USER driver.
2000-08-09  Alexandre JulliardRemoved some unnecessary #includes and dll dependencies.
2000-08-07  Marcus MeissnerRemoved local variable shadows warnings.
2000-08-04  Alexandre JulliardRemoved a few dependencies on GDI internals from USER...
2000-07-09  Dave HawkesGetIconInfo did no correctly identify icons from cursors.
2000-06-24  Andreas MohrImplemented/stubbed IconSize() and ControlPanelInfo...
2000-06-08  Alexandre JulliardLouis-Philippe Gagnon (of Macadamian for Corel)
2000-06-03  Alexandre JulliardMoved DIB_FixColorsToLoadflags to cursoricon.c.
2000-06-03  Alexandre JulliardMerged display.dll into USER.
2000-04-08  Alexandre JulliardRemoved a number of global handle allocations and criti...
2000-03-28  Patrik StridvallAdded/fixed some documentation reported by winapi_check.
2000-03-25  Francois GougetUse min/max instead of MIN/MAX.
2000-03-24  Alexandre JulliardMoved LoadImage and related functions to cursoricon.c.
2000-03-18  Alexandre JulliardAvoid calling the *Rect USER functions from inside...