* 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:
		| @@ -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. | ||||
|   | ||||
| @@ -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; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user