fix compilation --with-iconv

This commit is contained in:
Andrzej Rybczak
2009-09-23 02:45:48 +02:00
parent 24627d8493
commit 66d4883728
9 changed files with 74 additions and 219 deletions

View File

@@ -35,8 +35,8 @@ void locale_to_utf(std::string &);
std::string utf_to_locale_cpy(const std::string &s);
std::string locale_to_utf_cpy(const std::string &s);
void str_pool_utf_to_locale(const char *&);
void str_pool_locale_to_utf(const char *&);
void utf_to_locale(const char *&, bool);
void locale_to_utf(const char *&, bool);
#else
@@ -46,9 +46,6 @@ void str_pool_locale_to_utf(const char *&);
#define utf_to_locale_cpy(x) (x)
#define locale_to_utf_cpy(x) (x)
#define str_pool_utf_to_locale(x);
#define str_pool_locale_to_utf(x);
#endif // HAVE_ICONV_H
#endif