Fix the defintion of {,LP}NM_TREEVIEW{A,W}.
This commit is contained in:
parent
8913aadd33
commit
e25ab1fa7d
|
@ -2351,9 +2351,13 @@ typedef struct tagNMTREEVIEWW {
|
|||
|
||||
#define NMTREEVIEW WINELIB_NAME_AW(NMTREEVIEW)
|
||||
#define NM_TREEVIEW WINELIB_NAME_AW(NMTREEVIEW)
|
||||
#define NM_TREEVIEWA NMTREEVIEWA
|
||||
#define NM_TREEVIEWW NMTREEVIEWW
|
||||
#define LPNMTREEVIEW WINELIB_NAME_AW(LPNMTREEVIEW)
|
||||
|
||||
#define LPNM_TREEVIEW LPNMTREEVIEW
|
||||
#define LPNM_TREEVIEW LPNMTREEVIEW
|
||||
#define LPNM_TREEVIEWA LPNMTREEVIEWA
|
||||
#define LPNM_TREEVIEWW LPNMTREEVIEWW
|
||||
|
||||
typedef struct tagTVDISPINFOA {
|
||||
NMHDR hdr;
|
||||
|
|
Loading…
Reference in New Issue