diff options
Diffstat (limited to 'xc/lib/X11/lcGenConv.c')
-rw-r--r-- | xc/lib/X11/lcGenConv.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/xc/lib/X11/lcGenConv.c b/xc/lib/X11/lcGenConv.c index 0bbf3eba9..7cdd6f00b 100644 --- a/xc/lib/X11/lcGenConv.c +++ b/xc/lib/X11/lcGenConv.c @@ -35,7 +35,7 @@ * 2000 * Modifier: Ivan Pascal The XFree86 Project */ -/* $XFree86: xc/lib/X11/lcGenConv.c,v 3.14 2000/02/25 18:27:55 dawes Exp $ */ +/* $XFree86: xc/lib/X11/lcGenConv.c,v 3.15 2000/08/09 23:40:12 dawes Exp $ */ /* * A generic locale loader for all kinds of ISO-2022 based codesets. @@ -56,6 +56,10 @@ #define STDCVT #endif +#ifdef __CYGWIN__ +int __mb_cur_max = 1; +#endif + extern void _XlcAddUtf8Converters( #if NeedFunctionPrototypes XLCd |