Files
2016-01-21 23:40:00 +01:00

14 lines
441 B
Plaintext

$NetBSD: patch-ad,v 1.1 2015/02/19 00:20:47 wiz Exp $
--- ./lib/mchar.c.orig 2008-12-11 05:48:39.000000000 +0100
+++ ./lib/mchar.c
@@ -48,7 +48,7 @@
#define vsnprintf _vsnprintf
// #define vswprintf _vsnwprintf
#else
- #define ICONV_WCHAR "WCHAR_T"
+ #define ICONV_WCHAR "ucs-4"
/* This prototype is missing in some systems */
// int vswprintf (wchar_t * ws, size_t n, const wchar_t * format, va_list arg);
#endif