* include/commctrl.h (LPNMLVCACHEHINT): Correct spelling.

Thanks to: Sebastian Pipping <hartwork at users dot sf dot net>
	(PNM_CACHEHINT): Add backward compatibilty define.
	(LPNM_CACHEHINT): Likewise.
This commit is contained in:
Danny Smith
2006-02-19 09:22:00 +00:00
parent d4e9248df3
commit 25109ea7f3
2 changed files with 11 additions and 1 deletions

View File

@ -2485,8 +2485,11 @@ typedef struct tagNMLVCACHEHINT {
NMHDR hdr;
int iFrom;
int iTo;
} NMLVCACHEHINT, *PNMLVCACHEHINT;
} NMLVCACHEHINT, *LPNMLVCACHEHINT;
#define NM_CACHEHINT NMLVCACHEHINT
#define PNM_CACHEHINT LPNMLVCACHEHINT
#define LPNM_CACHEHINT LPNMLVCACHEHINT
typedef struct _TREEITEM *HTREEITEM;
typedef struct tagTVITEMA {
UINT mask;