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

This commit is contained in:
Thomas Bernard
2020-04-12 23:53:59 +02:00
parent 857ae29be8
commit 7caddaee89
3 changed files with 52 additions and 22 deletions

View File

@@ -54,4 +54,8 @@ void Atari_Memory_free(unsigned long *stRam, unsigned long *ttRam);
unsigned long Memory_free(void);
#endif
#if defined(WIN32)
char * Unicode_to_utf8(const word * str, size_t * utf8len);
#endif
#endif