readline.c: remove #include <windows.h>

This commit is contained in:
Thomas Bernard
2020-04-13 00:15:09 +02:00
parent 7caddaee89
commit 8b2e925c00
3 changed files with 283 additions and 280 deletions

View File

@@ -58,4 +58,6 @@ unsigned long Memory_free(void);
char * Unicode_to_utf8(const word * str, size_t * utf8len);
#endif
char* GFX2_GetTextClipboard(word * * unicode);
#endif