From: Tim Kientzle Date: Sat, 20 Dec 2008 23:54:03 +0000 (-0500) Subject: Windows has wctomb() as well. X-Git-Tag: v2.6.0~16 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4df1422062db7499d31ba67d9de7b1a36674c278;p=thirdparty%2Flibarchive.git Windows has wctomb() as well. Submitted by: Michihiro NAKAJIMA SVN-Revision: 277 --- diff --git a/libarchive/config_windows.h b/libarchive/config_windows.h index 6a0560d9e..868fb8789 100644 --- a/libarchive/config_windows.h +++ b/libarchive/config_windows.h @@ -442,6 +442,9 @@ /* Define to 1 if you have the `wcslen' function. */ #define HAVE_WCSLEN 1 +/* Define to 1 if you have the `wctomb' function. */ +#define HAVE_WCTOMB 1 + /* Define to 1 if you have the `wmemcmp' function. */ /* #undef HAVE_WMEMCMP */