* 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

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