aboutsummaryrefslogtreecommitdiff
path: root/ports/libiconv/0002-Config-for-MSVC.patch
blob: 0c90e50ef1cadb86746e4a5eb6e719bef5a8b48f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git "a/lib/loop_wchar.h" "b/lib/loop_wchar.h"
index 6dc011b..158ccdd 100644
--- "a/lib/loop_wchar.h"
+++ "b/lib/loop_wchar.h"	
@@ -37,7 +37,7 @@
 # include <wchar.h>
 # define BUF_SIZE 64  /* assume MB_LEN_MAX <= 64 */
   /* Some systems, like BeOS, have multibyte encodings but lack mbstate_t.  */
-  extern size_t mbrtowc ();
+//  extern size_t mbrtowc ();
 # ifdef mbstate_t
 #  define mbrtowc(pwc, s, n, ps) (mbrtowc)(pwc, s, n, 0)
 #  define mbsinit(ps) 1