On Mon, 25 Apr 2005 13:19:11 +0200 ott <[EMAIL PROTECTED]> wrote: > > How about doing a configure check for towupper()? This would mean > changing the workaround to depend on something like #ifndef > HAVE_TOWUPPER instead of #ifdef __APPLE__ as currently. >
Yes this should be done but the XCode build doesn't use autotools and configure so we need to check for an old OS X version somehow at compiletime. Jon Daniel
