Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/winsup
diff options
context:
space:
mode:
authorChris Sutcliffe <ir0nh34d@users.sourceforge.net>2011-05-23 04:13:45 +0400
committerChris Sutcliffe <ir0nh34d@users.sourceforge.net>2011-05-23 04:13:45 +0400
commitec2b3046a14968721444f98471f7373b5056dc0c (patch)
treebb9685c7932efcf19e04b559069526fd630200d2 /winsup
parent07c973451826f5b9d16f9cc81b0f5882aa975d5a (diff)
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')
-rw-r--r--winsup/w32api/ChangeLog6
-rw-r--r--winsup/w32api/include/wingdi.h2
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;