filesel.c: fewer dependencies to <windows.h>

This commit is contained in:
Thomas Bernard
2020-04-13 00:15:52 +02:00
parent 8b2e925c00
commit 7f08ad5bb9
3 changed files with 34 additions and 24 deletions

View File

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