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

@@ -67,7 +67,7 @@ void Fragmentation(const char* path, size_t clusterSize)
_dos_setdrive(driveNo, &total);
chdir("\\");
rc = mkdir("FRAGS");
rc = __dos_mkdir("FRAGS");
if(rc)
{