* include/commctrl.h (NMCUSTOMDRAW): Fix lItemlParam.

Thanks to: "Phil Dempster" <p_dempster@yahoo.co.uk>.
This commit is contained in:
Earnie Boyd 2002-08-21 12:07:51 +00:00
parent cfb5d4db12
commit 39d3651cad
2 changed files with 6 additions and 1 deletions

View file

@ -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

View file

@ -1523,7 +1523,7 @@ typedef struct tagNMCUSTOMDRAWINFO {
RECT rc;
DWORD dwItemSpec;
UINT uItemState;
LPARAM lItemParam;
LPARAM lItemlParam;
} NMCUSTOMDRAW, *LPNMCUSTOMDRAW;
typedef struct tagNMLVCUSTOMDRAW {
NMCUSTOMDRAW nmcd;