* 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

@ -1,3 +1,10 @@
2006-02-19 Danny Smith <dannysmith@users.sourceforge.net>
* 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.
2006-02-06 Danny Smith <dannysmith@users.sourceforge.net>
* include/shlobj.h (PathResolve): Fix typo in _WIN32_WINNT guard.

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;