Fix compiler warnings related to win utf8 stuff.

This commit is contained in:
Erik de Castro Lopo
2013-04-21 17:19:37 +10:00
parent d0c219f197
commit 0b736a5605
4 changed files with 17 additions and 8 deletions

View File

@@ -25,6 +25,9 @@ int chmod_utf8(const char *filename, int pmode);
int utime_utf8(const char *filename, struct utimbuf *times);
int unlink_utf8(const char *filename);
int rename_utf8(const char *oldname, const char *newname);
size_t strlen_utf8(const char *str);
int win_get_console_width(void);
int print_console(FILE *stream, const wchar_t *text, uint32_t len);
#ifdef __cplusplus
} /* extern "C" */