]> git.ipfire.org Git - thirdparty/libarchive.git/commit
Declare mbstate_t and wcrtomb for Borland
authorBrad King <brad.king@kitware.com>
Wed, 11 Jan 2012 13:15:09 +0000 (08:15 -0500)
committerMichihiro NAKAJIMA <ggcueroad@gmail.com>
Sat, 17 Mar 2012 20:11:33 +0000 (05:11 +0900)
commitd7e16a49c214faae1d8379e050c2e6d095aedcc4
tree777184331cccb1bacab1468a229566146d837b62
parent267dc00cd7691c61dd20a76c4882c5ce87047145
Declare mbstate_t and wcrtomb for Borland

The Borland C++ 5.81 runtime library provides wcrtomb but only the C++
header <cwchar> actually declares the API.  Since this is C code we
cannot use the header, so declare it ourselves.

SVN-Revision: 4126
libarchive/archive_windows.h