Replaced codecvt with Win32 API.

This commit is contained in:
Tsuda Kageyu
2014-08-06 11:53:49 +09:00
parent c23ee5331f
commit 972aa1feef
5 changed files with 42 additions and 84 deletions

View File

@ -17,9 +17,6 @@
#cmakedefine HAVE_MAC_BYTESWAP 1
#cmakedefine HAVE_OPENBSD_BYTESWAP 1
/* Defined if your compiler supports codecvt */
#cmakedefine HAVE_STD_CODECVT 1
/* Defined if your compiler supports some atomic operations */
#cmakedefine HAVE_STD_ATOMIC 1
#cmakedefine HAVE_BOOST_ATOMIC 1