commit | 7d12892731ccbf6cfd8c06ee4f01ad82dfd72337 | [log] [tgz] |
---|---|---|
author | Jon Griffiths <jon_p_griffiths@yahoo.com> | Fri Jun 25 01:18:10 2004 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Fri Jun 25 01:18:10 2004 +0000 |
tree | 6a4a4e011bec3ac2282cb97f78a8d1d7e2328a8e | |
parent | de22be2c9e91caacf0a1f887723942f5f4854778 [diff] [blame] |
Correct tag names for RECTL and SCROLLINFO structs.
diff --git a/include/winuser.h b/include/winuser.h index 534807d..a7e4c41 100644 --- a/include/winuser.h +++ b/include/winuser.h
@@ -2109,7 +2109,7 @@ #define SBM_GETSCROLLINFO 0x00ea /* Scrollbar info */ -typedef struct +typedef struct tagSCROLLINFO { UINT cbSize; UINT fMask;