freebsd-ports/databases/libiodbc/files/patch-iodbc__unicode.c
Marcus Alves Grando 141d91e47f Update to 3.52.3
Add SHA256

PR:		89013
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2005-11-14 21:39:04 +00:00

18 lines
395 B
C

--- iodbc/unicode.c.orig Tue Aug 30 22:24:12 2005
+++ iodbc/unicode.c Thu Nov 10 13:35:19 2005
@@ -192,6 +192,7 @@
#if !defined(HAVE_TOWLOWER)
#if (defined(__APPLE__) && !defined (_LP64)) || defined (macintosh)
#include <Carbon/Carbon.h>
+#endif
wchar_t towlower(wchar_t wc)
{
#ifdef __APPLE__
@@ -213,7 +214,6 @@
return wc;
#endif
}
-#endif
#endif
#if !defined(HAVE_WCSNCASECMP)