commit | 2f2c08db8cb1864e32725f76d7cd0201e4c42dd9 | [log] [tgz] |
---|---|---|
author | Dimitrie O. Paun <dpaun@rogers.com> | Thu Dec 04 20:52:39 2003 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Thu Dec 04 20:52:39 2003 +0000 |
tree | d0c6ffe3baffec73acb454d262c7f84407b926ce | |
parent | 03ce33f6293c81893c3a76dffc5b466b8b42ab65 [diff] [blame] |
Add missing ListView_GetViewRect() macro.
diff --git a/include/commctrl.h b/include/commctrl.h index d57c9eb..6792b3d 100644 --- a/include/commctrl.h +++ b/include/commctrl.h
@@ -3545,6 +3545,9 @@ #define ListView_SetSelectionMark(hwndLV, iItem) \ (int)SNDMSG((hwndLV), LVM_SETSELECTIONMARK, 0, (LPARAM)(iItem)) +#define ListView_GetViewRect(hwndLV, prc) \ + (BOOL)SNDMSG((hwndLV),LVM_GETVIEWRECT,0,(LPARAM)(LPRECT)(prc)) + /* Tab Control */ #define WC_TABCONTROL16 "SysTabControl"