Correct tag names for RECTL and SCROLLINFO structs.

oldstable
Jon Griffiths 2004-06-25 01:18:10 +00:00 committed by Alexandre Julliard
parent de22be2c9e
commit 7d12892731
2 changed files with 2 additions and 2 deletions

View File

@ -327,7 +327,7 @@ typedef struct tagRECT
} RECT, *PRECT, *LPRECT;
typedef const RECT *LPCRECT;
typedef struct tagRECTL
typedef struct _RECTL
{
LONG left;
LONG top;

View File

@ -2109,7 +2109,7 @@ typedef PVOID *LPMENUTEMPLATE;
#define SBM_GETSCROLLINFO 0x00ea
/* Scrollbar info */
typedef struct
typedef struct tagSCROLLINFO
{
UINT cbSize;
UINT fMask;