mirror of
https://github.com/aaru-dps/fstester.git
synced 2025-12-16 19:24:39 +00:00
Fix different declaration of mkdir between Watcom and DJGPP.
This commit is contained in:
@@ -63,7 +63,7 @@ void Filenames(const char* path)
|
||||
_dos_setdrive(driveNo, &total);
|
||||
chdir("\\");
|
||||
|
||||
rc = mkdir("FILENAME");
|
||||
rc = __dos_mkdir("FILENAME");
|
||||
|
||||
if(rc)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user