http://git.etersoft.ru/projects
/
wine
/
eterwine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
55d4f93
)
Add missing ListView_SetItemCount declaration.
author
Dimitrie O. Paun
<dpaun@rogers.com>
Tue, 11 Feb 2003 22:15:22 +0000
(22:15 +0000)
committer
Alexandre Julliard
<julliard@winehq.org>
Tue, 11 Feb 2003 22:15:22 +0000
(22:15 +0000)
include/commctrl.h
patch
|
blob
|
blame
|
history
diff --git
a/include/commctrl.h
b/include/commctrl.h
index b4fc82bd049a5ac8bc9e8c98fe6d0f6c46569b34..e5353e39986c6418fa4a75651c6b76205fb57ca2 100644
(file)
--- a/
include/commctrl.h
+++ b/
include/commctrl.h
@@
-3334,6
+3334,8
@@
typedef struct NMLVSCROLL
int dy;
} NMLVSCROLL, *LPNMLVSCROLL;
+#define ListView_SetItemCount(hwnd,count) \
+ (BOOL)SNDMSGA((hwnd),LVM_SETITEMCOUNT,(WPARAM)(INT)(count),0)
#define ListView_SetTextBkColor(hwnd,clrBk) \
(BOOL)SNDMSGA((hwnd),LVM_SETTEXTBKCOLOR,0,(LPARAM)(COLORREF)(clrBk))
#define ListView_SetTextColor(hwnd,clrBk) \