You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-text/vilistextum/files/vilistextum-2.8.0-towlower....

13 lines
274 B

towlower is defined by wctype.h
--- a/src/multibyte.h
+++ b/src/multibyte.h
@@ -2,6 +2,7 @@
#ifdef MULTIBYTE
#include <wchar.h>
+#include <wctype.h>
#define CHAR wchar_t
#define STRLEN(s) wcslen(s)
#define CPYSS(dest, src) wcscpy(dest, src) /* copy str to str */