Correct tag names for RECTL and SCROLLINFO structs.
This commit is contained in:
parent
de22be2c9e
commit
7d12892731
|
@ -327,7 +327,7 @@ typedef struct tagRECT
|
||||||
} RECT, *PRECT, *LPRECT;
|
} RECT, *PRECT, *LPRECT;
|
||||||
typedef const RECT *LPCRECT;
|
typedef const RECT *LPCRECT;
|
||||||
|
|
||||||
typedef struct tagRECTL
|
typedef struct _RECTL
|
||||||
{
|
{
|
||||||
LONG left;
|
LONG left;
|
||||||
LONG top;
|
LONG top;
|
||||||
|
|
|
@ -2109,7 +2109,7 @@ typedef PVOID *LPMENUTEMPLATE;
|
||||||
#define SBM_GETSCROLLINFO 0x00ea
|
#define SBM_GETSCROLLINFO 0x00ea
|
||||||
|
|
||||||
/* Scrollbar info */
|
/* Scrollbar info */
|
||||||
typedef struct
|
typedef struct tagSCROLLINFO
|
||||||
{
|
{
|
||||||
UINT cbSize;
|
UINT cbSize;
|
||||||
UINT fMask;
|
UINT fMask;
|
||||||
|
|
Loading…
Reference in New Issue