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
diff options
context:
space:
mode:
authorDanny Smith <dannysmith@users.sourceforge.net>2005-06-18 11:51:33 +0400
committerDanny Smith <dannysmith@users.sourceforge.net>2005-06-18 11:51:33 +0400
commitec3b6d6f2647a912af6fa6b94ebbd5ba46375326 (patch)
tree2b842bba9971c19465b11e4750ebeea5923874f6 /winsup/w32api/include
parent00110273cc28835d0b7ac79269ddbc60989ba39d (diff)
* include/winbase.h (GETTEXTEX): Correct name of lpUsedDefChar field.
Thanks to: Saulius Menkevicius <bobas at users dot sf dot net>
Diffstat (limited to 'winsup/w32api/include')
-rw-r--r--winsup/w32api/include/richedit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/w32api/include/richedit.h b/winsup/w32api/include/richedit.h
index 580b51191..b534a352c 100644
--- a/winsup/w32api/include/richedit.h
+++ b/winsup/w32api/include/richedit.h
@@ -476,7 +476,7 @@ typedef struct _gettextex {
DWORD flags;
UINT codepage;
LPCSTR lpDefaultChar;
- LPBOOL lpUsedDefaultChar;
+ LPBOOL lpUsedDefChar;
} GETTEXTEX;
typedef LONG (*EDITWORDBREAKPROCEX)(char*,LONG,BYTE,INT);
/* Defines for EM_SETTYPOGRAPHYOPTIONS */