Commit 7d128927 authored by Jon Griffiths's avatar Jon Griffiths Committed by Alexandre Julliard

Correct tag names for RECTL and SCROLLINFO structs.

parent de22be2c
......@@ -327,7 +327,7 @@ typedef struct tagRECT
} RECT, *PRECT, *LPRECT;
typedef const RECT *LPCRECT;
typedef struct tagRECTL
typedef struct _RECTL
{
LONG left;
LONG top;
......
......@@ -2109,7 +2109,7 @@ typedef PVOID *LPMENUTEMPLATE;
#define SBM_GETSCROLLINFO 0x00ea
/* Scrollbar info */
typedef struct
typedef struct tagSCROLLINFO
{
UINT cbSize;
UINT fMask;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment