mirror of
https://github.com/aaru-dps/fstester.git
synced 2025-12-16 19:24:39 +00:00
Move GetDiskFreeEx implementation in DJGPP to another file as some compilers try to index it's include files.
This commit is contained in:
@@ -75,6 +75,10 @@ typedef struct diskfree_ex_t
|
||||
|
||||
unsigned int _dos_getdiskfree_ex(unsigned int drive, struct diskfree_ex_t* diskspace);
|
||||
|
||||
#ifdef __DJGPP__
|
||||
unsigned int _djgpp_getdiskfree_ex(unsigned int drive, struct diskfree_ex_t* diskspace);
|
||||
#endif
|
||||
|
||||
#if defined(__WATCOMC__)
|
||||
#if __WATCOMC__ >= 1100
|
||||
#pragma pack(__pop)
|
||||
|
||||
Reference in New Issue
Block a user