Zipped ROM support

This commit is contained in:
theoddone33
2001-04-18 00:26:25 +00:00
parent 6f16af5f48
commit 872634815b
3 changed files with 26 additions and 10 deletions

View File

@@ -187,7 +187,7 @@ DWORD ZFileGetFTime()
DWORD ZFileMKDir()
{
#ifdef __LINUX__
return(mkdir(MKPath, 0xff));
return(mkdir(MKPath, (S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH)));
#else
return(mkdir(MKPath));
#endif