* 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:
parent
d4e9248df3
commit
25109ea7f3
|
@ -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>
|
2006-02-06 Danny Smith <dannysmith@users.sourceforge.net>
|
||||||
|
|
||||||
* include/shlobj.h (PathResolve): Fix typo in _WIN32_WINNT guard.
|
* include/shlobj.h (PathResolve): Fix typo in _WIN32_WINNT guard.
|
||||||
|
|
|
@ -2485,8 +2485,11 @@ typedef struct tagNMLVCACHEHINT {
|
||||||
NMHDR hdr;
|
NMHDR hdr;
|
||||||
int iFrom;
|
int iFrom;
|
||||||
int iTo;
|
int iTo;
|
||||||
} NMLVCACHEHINT, *PNMLVCACHEHINT;
|
} NMLVCACHEHINT, *LPNMLVCACHEHINT;
|
||||||
#define NM_CACHEHINT NMLVCACHEHINT
|
#define NM_CACHEHINT NMLVCACHEHINT
|
||||||
|
#define PNM_CACHEHINT LPNMLVCACHEHINT
|
||||||
|
#define LPNM_CACHEHINT LPNMLVCACHEHINT
|
||||||
|
|
||||||
typedef struct _TREEITEM *HTREEITEM;
|
typedef struct _TREEITEM *HTREEITEM;
|
||||||
typedef struct tagTVITEMA {
|
typedef struct tagTVITEMA {
|
||||||
UINT mask;
|
UINT mask;
|
||||||
|
|
Loading…
Reference in New Issue