From 2bc01fb1f5d3166c4960c5f9a1ff617f0f46a60d Mon Sep 17 00:00:00 2001 From: Danny Smith Date: Thu, 12 Feb 2004 00:20:30 +0000 Subject: * include/basetypes.h (_REFIID_DEFINED): Correct typo. * include/winuser.h (NCCALCSIZE_PARAMS): Define structure. Thanks to Mike Nordell . --- winsup/w32api/include/winuser.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'winsup/w32api/include/winuser.h') diff --git a/winsup/w32api/include/winuser.h b/winsup/w32api/include/winuser.h index 448e97ccd..2c094c5db 100644 --- a/winsup/w32api/include/winuser.h +++ b/winsup/w32api/include/winuser.h @@ -2777,6 +2777,10 @@ typedef struct _WINDOWPOS { int cy; UINT flags; } WINDOWPOS,*PWINDOWPOS,*LPWINDOWPOS; +typedef struct tagNCCALCSIZE_PARAMS { + RECT rgrc[3]; + PWINDOWPOS lppos; +} NCCALCSIZE_PARAMS, *LPNCCALCSIZE_PARAMS; typedef struct tagMDICREATESTRUCTA { LPCSTR szClass; LPCSTR szTitle; -- cgit v1.2.3