chiark
/
gitweb
/
~mdw
/
disorder
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Merge branch 'master' of git.distorted.org.uk:~mdw/publish/public-git/disorder
[disorder]
/
lib
/
charsetf.c
diff --git
a/lib/charsetf.c
b/lib/charsetf.c
index cb2797407c14e01140b68707ced039ce1d69fe69..a2665661d2e2fbaa84b75838ca1c1c5c9fceeffb 100644
(file)
--- a/
lib/charsetf.c
+++ b/
lib/charsetf.c
@@
-34,6
+34,7
@@
char *utf82mb_f(char *utf8) {
return s;
}
return s;
}
+#if !_WIN32
char *any2utf8_f(const char *from,
char *any) {
char *s = any2utf8(from, any);
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;
}
xfree(any);
return s;
}
+#endif
/*
Local Variables:
/*
Local Variables: