blob: f7565369deeb4f3156e4bda07dcfe23a0b0ae3d2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$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
|