diff options
Diffstat (limited to 'winsup')
-rw-r--r-- | winsup/w32api/ChangeLog | 5 | ||||
-rw-r--r-- | winsup/w32api/include/commctrl.h | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/winsup/w32api/ChangeLog b/winsup/w32api/ChangeLog index 10cb96c..bdb260e 100644 --- a/winsup/w32api/ChangeLog +++ b/winsup/w32api/ChangeLog @@ -1,3 +1,8 @@ +2002-08-21 Earnie Boyd <earnie@users.sf.net> + + * include/commctrl.h (NMCUSTOMDRAW): Fix lItemlParam. + Thanks to: "Phil Dempster" <p_dempster@yahoo.co.uk>. + 2002-08-20 Danny Smith <dannysmith@users.sourceforge.net> * include/ws2spi.h: Modify comment about being part of diff --git a/winsup/w32api/include/commctrl.h b/winsup/w32api/include/commctrl.h index 7f07985..a7b1206 100644 --- a/winsup/w32api/include/commctrl.h +++ b/winsup/w32api/include/commctrl.h @@ -1523,7 +1523,7 @@ typedef struct tagNMCUSTOMDRAWINFO { RECT rc; DWORD dwItemSpec; UINT uItemState; - LPARAM lItemParam; + LPARAM lItemlParam; } NMCUSTOMDRAW, *LPNMCUSTOMDRAW; typedef struct tagNMLVCUSTOMDRAW { NMCUSTOMDRAW nmcd; |