lib/icu/Win32: wrappers for WideCharToMultiByte(), MultiByteToWideChar()

This commit is contained in:
Max Kellermann
2015-06-23 12:47:35 +02:00
parent 61a3028788
commit aecfcaa8a2
4 changed files with 111 additions and 28 deletions
+5
View File
@@ -479,6 +479,11 @@ libicu_a_SOURCES += \
src/lib/icu/Init.cxx src/lib/icu/Init.hxx
endif
if HAVE_WINDOWS
libicu_a_SOURCES += \
src/lib/icu/Win32.cxx src/lib/icu/Win32.hxx
endif
libicu_a_CPPFLAGS = $(AM_CPPFLAGS) \
$(ICU_CFLAGS)