#ifndef Desk_filing_ERRORBASE

#define Desk_filing_ERRORBASE 0x00801C00
/* This should be allocated to Acorn 6502 Emulator! */

#define Desk_filing_ERROR_OutOfMemory          (0x00+Desk_filing_ERRORBASE)
#define Desk_filing_ERROR_DirectoryIsFile      (0x01+Desk_filing_ERRORBASE)
#define Desk_filing_ERROR_DirectoryDoesntExist (0x02+Desk_filing_ERRORBASE)

#endif
