readline.c: fix 8b2e925c

This commit is contained in:
Thomas Bernard
2020-04-13 01:42:45 +02:00
parent 2c9b79a6af
commit 00323b1942
3 changed files with 18 additions and 9 deletions

View File

@@ -56,6 +56,7 @@ unsigned long Memory_free(void);
#if defined(WIN32)
char * Unicode_to_utf8(const word * str, size_t * utf8len);
void Unicode_from_utf8(const char * utf8, word * unicode, size_t unicodelen);
void GFX2_GetShortPathName(char * shortname, size_t shortname_len, const word * longname);
#endif