From b567a3027bceabc0f1f42dd162268f06f15e8149 Mon Sep 17 00:00:00 2001 From: marha Date: Sun, 18 Oct 2009 12:07:02 +0000 Subject: Updated following packages: libX11-1.3.1 xtrans-1.2.5 --- libX11/src/SetLocale.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libX11/src/SetLocale.c') diff --git a/libX11/src/SetLocale.c b/libX11/src/SetLocale.c index 015577726..a19baa927 100644 --- a/libX11/src/SetLocale.c +++ b/libX11/src/SetLocale.c @@ -121,7 +121,7 @@ _Xsetlocale( #else /* X_LOCALE */ -#ifdef __APPLE__ +#if defined(__APPLE__) || defined(__CYGWIN__) char * _Xsetlocale( int category, @@ -130,7 +130,7 @@ _Xsetlocale( { return setlocale(category, name); } -#endif /* __APPLE__ */ +#endif /* __APPLE__ || __CYGWIN__ */ /* * _XlcMapOSLocaleName is an implementation dependent routine that derives -- cgit v1.2.3