move wstring related functions to wide_char file

This commit is contained in:
Andrzej Rybczak
2012-09-08 18:42:59 +02:00
parent d5e2d315fd
commit 84326efc46
23 changed files with 204 additions and 151 deletions

View File

@@ -4,6 +4,7 @@ ncmpcpp_SOURCES = \
utility/html.cpp \
utility/string.cpp \
utility/type_conversions.cpp \
utility/wide_string.cpp \
actions.cpp \
bindings.cpp \
browser.cpp \
@@ -52,6 +53,7 @@ noinst_HEADERS = \
utility/string.h \
utility/numeric_conversions.h \
utility/type_conversions.h \
utility/wide_string.h \
bindings.h \
browser.h \
charset.h \