diff options
Diffstat (limited to 'com32/gplinclude/disk/errno_disk.h')
-rw-r--r-- | com32/gplinclude/disk/errno_disk.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/com32/gplinclude/disk/errno_disk.h b/com32/gplinclude/disk/errno_disk.h index 055eaf58..60b511fc 100644 --- a/com32/gplinclude/disk/errno_disk.h +++ b/com32/gplinclude/disk/errno_disk.h @@ -10,9 +10,6 @@ #ifndef _ERRNO_DISK_H #define _ERRNO_DISK_H -/* Max length of the error string */ -#define MAX_DISK_ERRNO 9 - extern int errno_disk; /* Prefix with ED to avoid confusion with errno */ |