Add missing ListView_SetItemCount declaration.

oldstable
Dimitrie O. Paun 2003-02-11 22:15:22 +00:00 committed by Alexandre Julliard
parent 55d4f93e2b
commit f3cd07f033
1 changed files with 2 additions and 0 deletions

View File

@ -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) \