chiark / gitweb /
Windows support for command line client
[disorder] / lib / charsetf.c
index cb2797407c14e01140b68707ced039ce1d69fe69..a2665661d2e2fbaa84b75838ca1c1c5c9fceeffb 100644 (file)
@@ -34,6 +34,7 @@ char *utf82mb_f(char *utf8) {
   return s;
 }
 
+#if !_WIN32
 char *any2utf8_f(const char *from,
                  char *any) {
   char *s = any2utf8(from, any);
@@ -55,6 +56,7 @@ char *any2any_f(const char *from,
   xfree(any);
   return s;
 }
+#endif
 
 /*
 Local Variables: