Index: include/commctrl.h =================================================================== RCS file: /cvs/src/src/winsup/w32api/include/commctrl.h,v retrieving revision 1.8 diff -u -p -r1.8 commctrl.h --- commctrl.h 2001/09/19 23:56:12 1.8 +++ commctrl.h 2001/12/06 23:18:47 @@ -1244,6 +1244,10 @@ typedef struct _HD_LAYOUT { RECT *prc; WINDOWPOS *pwpos; } HD_LAYOUT; +typedef struct _HD_LAYOUT_XP { + RECT FAR* prc; + WINDOWPOS FAR* pwpos; +} HDLAYOUT, FAR *LPHDLAYOUT; typedef struct _HD_HITTESTINFO { POINT pt; UINT flags;