--- hatari/src/includes/misc.h 2019/04/01 07:09:16 1.1.1.1 +++ hatari/src/includes/misc.h 2019/04/01 07:10:03 1.1.1.2 @@ -6,9 +6,9 @@ extern void Misc_FindWindowsVersion(void extern void Misc_PadStringWithSpaces(char *pszString,int nChars); extern void Misc_RemoveSpacesFromString(char *pszSrcString, char *pszDestString); extern void Misc_RemoveWhiteSpace(char *pszString,int Length); -extern void Misc_FindWorkingDirectory(void); +extern void Misc_FindWorkingDirectory(char *prgname); extern int Misc_LimitInt(int Value, int MinRange, int MaxRange); extern unsigned char Misc_ConvertToBCD(unsigned short int Value); extern void Misc_SeedRandom(unsigned long Seed); extern long Misc_GetRandom(void); -//extern void Misc_TimeDataToDos(FILETIME *pFileTime, WORD *pFatDate, WORD *pFatTime); +/*extern void Misc_TimeDataToDos(FILETIME *pFileTime, WORD *pFatDate, WORD *pFatTime);*/