Fix different declaration of mkdir between Watcom and DJGPP.

This commit is contained in:
2021-03-11 02:39:08 +00:00
parent 138c55f887
commit 71cd201bbb
8 changed files with 16 additions and 8 deletions

View File

@@ -70,7 +70,7 @@ void Timestamps(const char* path)
_dos_setdrive(driveNo, &total);
chdir("\\");
rc = mkdir("TIMES");
rc = __dos_mkdir("TIMES");
if(rc)
{