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

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