[INCLUDE/WINE]

* Add some missing definitions.

svn path=/trunk/; revision=62878
This commit is contained in:
Amine Khaldi 2014-04-22 13:25:20 +00:00
parent 52b7f2d8b1
commit 908e5a4898

View file

@ -85,6 +85,16 @@ typedef struct
#define TB_UNKWN45D (WM_USER+93)
#define TB_UNKWN464 (WM_USER+100)
#define TreeView_GetItemA(hwnd, pitem) \
(BOOL)SNDMSGA((hwnd), TVM_GETITEMA, 0, (LPARAM) (TVITEMA *)(pitem))
#define TreeView_InsertItemA(hwnd, phdi) \
(HTREEITEM)SNDMSGA((hwnd), TVM_INSERTITEMA, 0, \
(LPARAM)(LPTVINSERTSTRUCTA)(phdi))
#define TreeView_SetItemA(hwnd, pitem) \
(BOOL)SNDMSGA((hwnd), TVM_SETITEMA, 0, (LPARAM)(const TVITEMA *)(pitem))
#ifdef __cplusplus
}
#endif