--- hatari/src/includes/file.h 2019/04/09 08:56:56 1.1.1.18 +++ hatari/src/includes/file.h 2019/04/09 08:58:11 1.1.1.19 @@ -44,5 +44,8 @@ extern void File_MakeAbsoluteName(char * extern void File_MakeValidPathName(char *pPathName); extern void File_PathShorten(char *path, int dirs); extern void File_HandleDotDirs(char *path); +#if defined(WIN32) +extern char* WinTmpFile(void); +#endif #endif /* HATARI_FILE_H */