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