RECT *is* RECTL

svn path=/trunk/; revision=4713
This commit is contained in:
Emanuele Aliberti 2003-05-18 17:12:11 +00:00
parent df24b9bb9a
commit 6955ff7e6e

View file

@ -156,14 +156,17 @@ typedef struct _RECT {
LONG top;
LONG right;
LONG bottom;
} RECT, *LPRECT, *LPCRECT, *PRECT;
} RECT, *LPRECT, *LPCRECT, *PRECT,
RECTL, *LPRECTL, *LPCRECTL, *PRECTL;
#if 0
typedef struct _RECTL {
LONG left;
LONG top;
LONG right;
LONG bottom;
} RECTL, *LPRECTL, *LPCRECTL, *PRECTL;
#endif
typedef struct _AppBarData {
DWORD cbSize;