mirror of
https://github.com/aaru-dps/fstester.git
synced 2025-12-16 19:24:39 +00:00
Change how old Borland DOS compilers are detected.
This commit is contained in:
@@ -139,7 +139,7 @@ unsigned int _dos_getdiskfree_ex(unsigned int drive, struct diskfree_ex_t* disks
|
||||
#endif
|
||||
}
|
||||
|
||||
#if defined(__BORLANDC__) && __BORLANDC__ <= 0x200
|
||||
#ifdef OLD_BORLAND
|
||||
unsigned _dos_write(int handle, void far* buf, unsigned len, unsigned* nwritten)
|
||||
{
|
||||
int ret;
|
||||
|
||||
Reference in New Issue
Block a user