diff -r 0af93f018701 -r 83c40c1eb0e7 project_files/hwc/rtl/fileio.h --- a/project_files/hwc/rtl/fileio.h Tue Mar 29 22:36:59 2016 +0300 +++ b/project_files/hwc/rtl/fileio.h Mon Apr 25 22:10:06 2016 +0300 @@ -75,4 +75,7 @@ bool fpcrtl_fileExists(string255 filename); #define fpcrtl_FileExists fpcrtl_fileExists +char * fpcrtl_getCurrentDir(void); +#define fpcrtl_GetCurrentDir fpcrtl_getCurrentDir + #endif /* FILEIO_H_ */