See changelog 20000407 06:30

This commit is contained in:
Luiz Rafael Culik
2000-04-07 10:04:47 +00:00
parent 67525a10ba
commit 2c5c1b2582

View File

@@ -78,5 +78,12 @@
#define HB_DISK_USED 2
#define HB_DISK_TOTAL 3
#define CD( d ) DIRCHANGE( d )
#define MD( d ) MAKEDIR( d )
#define RD( d ) DIRREMOVE( d )
#define DISKUSED( d ) DISKSPACE( d, HB_DISK_USED )
#define DISKFREE( d ) DISKSPACE( d, HB_DISK_FREE )
#define DISKFULL( d ) DISKSPACE( d, HB_DISK_TOTAL )
#endif /* _FILEIO_CH */