user32: Fix a DC leak in DrawIconEx.
[wine] / dlls / user32 / hook.c
2010-02-04  Michael Stefaniucuser32: Avoid using HIWORD() on atoms/resources.
2009-12-23  Alexandre Julliarduser32: Make HOOK_IsHooked function static.
2009-09-09  Alexandre Julliarduser32: Use explicit prototypes for function pointers.
2009-08-27  Hongbo Niuser32: Fix DLL injection problem using LOAD_WITH_ALTER...
2009-05-28  Austin Englishuser32: Downgrade a FIXME to a WARN.
2009-03-02  Michael Stefaniucuser32: Remove superfluous pointer casts.
2008-12-29  Alexandre Julliardserver: Make hook procedures client_ptr_t instead of...
2008-12-08  Alexandre Julliardserver: Add functions for conversions between server...
2008-02-04  Michael Stefaniucuser32: Remove duplicated get_hook_proc() function.
2007-11-12  Alexandre Julliarduser32: Remove a few traces that only duplicate the...
2007-08-22  Alexandre Julliarduser32: Thread-local hooks need a module if they don...
2007-05-25  Dmitry Timoshkovwine: Switch to using 'long' for INT_PTR type for 64...
2007-03-17  Andrew Talbotuser32: Replace inline static with static inline.
2006-11-20  Andrew Talbotuser32: Cast-qual warnings fix.
2006-11-16  Alexandre Julliarduser32: Renamed the user/ directory to user32.