* include/commctrl.h (NMCUSTOMDRAW): Fix lItemlParam.
Thanks to: "Phil Dempster" <p_dempster@yahoo.co.uk>.
This commit is contained in:
parent
cfb5d4db12
commit
39d3651cad
|
@ -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
|
||||
|
|
|
@ -1523,7 +1523,7 @@ typedef struct tagNMCUSTOMDRAWINFO {
|
|||
RECT rc;
|
||||
DWORD dwItemSpec;
|
||||
UINT uItemState;
|
||||
LPARAM lItemParam;
|
||||
LPARAM lItemlParam;
|
||||
} NMCUSTOMDRAW, *LPNMCUSTOMDRAW;
|
||||
typedef struct tagNMLVCUSTOMDRAW {
|
||||
NMCUSTOMDRAW nmcd;
|
||||
|
|
Loading…
Reference in New Issue