From ec2b3046a14968721444f98471f7373b5056dc0c Mon Sep 17 00:00:00 2001 From: Chris Sutcliffe Date: Mon, 23 May 2011 00:13:45 +0000 Subject: [PATCH] 2011-05-22 Chris Sutcliffe * include/wingdi.h (GCP_RESULTSW): Correct defintion. Thanks to Albrecht Schlosser for the report and the fix. --- winsup/w32api/ChangeLog | 6 ++++++ winsup/w32api/include/wingdi.h | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/winsup/w32api/ChangeLog b/winsup/w32api/ChangeLog index 21a5489f0..64f736a63 100644 --- a/winsup/w32api/ChangeLog +++ b/winsup/w32api/ChangeLog @@ -1,3 +1,9 @@ +2011-05-22 Chris Sutcliffe + + * include/wingdi.h (GCP_RESULTSW): Correct defintion. + + Thanks to Albrecht Schlosser for the report and the fix. + 2011-05-15 Corinna Vinschen * include/winbase.h (STACK_SIZE_PARAM_IS_A_RESERVATION): Define. diff --git a/winsup/w32api/include/wingdi.h b/winsup/w32api/include/wingdi.h index f6ac0f1bb..9ecbd517a 100644 --- a/winsup/w32api/include/wingdi.h +++ b/winsup/w32api/include/wingdi.h @@ -2285,7 +2285,7 @@ typedef struct tagGCP_RESULTSW { UINT *lpOrder; INT *lpDx; INT *lpCaretPos; - LPWSTR lpClass; + LPSTR lpClass; LPWSTR lpGlyphs; UINT nGlyphs; UINT nMaxFit;