Add missing ListView_SetItemCount declaration.
authorDimitrie O. Paun <dpaun@rogers.com>
Tue, 11 Feb 2003 22:15:22 +0000 (22:15 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 11 Feb 2003 22:15:22 +0000 (22:15 +0000)
include/commctrl.h

index b4fc82bd049a5ac8bc9e8c98fe6d0f6c46569b34..e5353e39986c6418fa4a75651c6b76205fb57ca2 100644 (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) \