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:
@@ -70,7 +70,7 @@ void Timestamps(const char* path)
|
||||
_dos_setdrive(driveNo, &total);
|
||||
chdir("\\");
|
||||
|
||||
rc = mkdir("TIMES");
|
||||
rc = __dos_mkdir("TIMES");
|
||||
|
||||
if(rc)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user