Author: akhaldi
Date: Tue Apr 22 13:25:20 2014
New Revision: 62878
URL:
http://svn.reactos.org/svn/reactos?rev=62878&view=rev
Log:
[INCLUDE/WINE]
* Add some missing definitions.
Modified:
trunk/reactos/include/reactos/wine/commctrl.h
Modified: trunk/reactos/include/reactos/wine/commctrl.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/include/reactos/wine/commc…
==============================================================================
--- trunk/reactos/include/reactos/wine/commctrl.h [iso-8859-1] (original)
+++ trunk/reactos/include/reactos/wine/commctrl.h [iso-8859-1] Tue Apr 22 13:25:20 2014
@@ -85,6 +85,16 @@
#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