diff options
author | Chris Sutcliffe <ir0nh34d@users.sourceforge.net> | 2011-05-23 00:13:45 +0000 |
---|---|---|
committer | Chris Sutcliffe <ir0nh34d@users.sourceforge.net> | 2011-05-23 00:13:45 +0000 |
commit | ec2b3046a14968721444f98471f7373b5056dc0c (patch) | |
tree | bb9685c7932efcf19e04b559069526fd630200d2 /winsup/w32api | |
parent | 07c973451826f5b9d16f9cc81b0f5882aa975d5a (diff) | |
download | cygnal-ec2b3046a14968721444f98471f7373b5056dc0c.tar.gz cygnal-ec2b3046a14968721444f98471f7373b5056dc0c.tar.bz2 cygnal-ec2b3046a14968721444f98471f7373b5056dc0c.zip |
2011-05-22 Chris Sutcliffe <ir0nh34d@users.sf.net>
* include/wingdi.h (GCP_RESULTSW): Correct defintion.
Thanks to Albrecht Schlosser for the report and the fix.
Diffstat (limited to 'winsup/w32api')
-rw-r--r-- | winsup/w32api/ChangeLog | 6 | ||||
-rw-r--r-- | winsup/w32api/include/wingdi.h | 2 |
2 files changed, 7 insertions, 1 deletions
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 <ir0nh34d@users.sf.net> + + * include/wingdi.h (GCP_RESULTSW): Correct defintion. + + Thanks to Albrecht Schlosser for the report and the fix. + 2011-05-15 Corinna Vinschen <corinna@vinschen.de> * 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; |