mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 00:45:24 +00:00
[INCLUDE/WINE]
* Add some missing definitions. svn path=/trunk/; revision=62878
This commit is contained in:
parent
52b7f2d8b1
commit
908e5a4898
1 changed files with 10 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue