From 7d12892731ccbf6cfd8c06ee4f01ad82dfd72337 Mon Sep 17 00:00:00 2001 From: Jon Griffiths Date: Fri, 25 Jun 2004 01:18:10 +0000 Subject: [PATCH] Correct tag names for RECTL and SCROLLINFO structs. --- include/windef.h | 2 +- include/winuser.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/windef.h b/include/windef.h index f49b4c0432d..ab2ab1cd4a8 100644 --- a/include/windef.h +++ b/include/windef.h @@ -327,7 +327,7 @@ typedef struct tagRECT } RECT, *PRECT, *LPRECT; typedef const RECT *LPCRECT; -typedef struct tagRECTL +typedef struct _RECTL { LONG left; LONG top; diff --git a/include/winuser.h b/include/winuser.h index 534807dbde1..a7e4c416878 100644 --- a/include/winuser.h +++ b/include/winuser.h @@ -2109,7 +2109,7 @@ typedef PVOID *LPMENUTEMPLATE; #define SBM_GETSCROLLINFO 0x00ea /* Scrollbar info */ -typedef struct +typedef struct tagSCROLLINFO { UINT cbSize; UINT fMask;