Add missing ListView_SetItemCount declaration.
diff --git a/include/commctrl.h b/include/commctrl.h
index b4fc82b..e5353e3 100644
--- a/include/commctrl.h
+++ b/include/commctrl.h
@@ -3334,6 +3334,8 @@
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) \