home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / GRAPHICS / GIFTOOL / GIF_CSRC.ZIP / ERRS.H < prev    next >
Encoding:
C/C++ Source or Header  |  1990-10-05  |  366 b   |  15 lines

  1. /* Various error codes used by decoder
  2.  * and my own routines...   It's okay
  3.  * for you to define whatever you want,
  4.  * as long as it's negative...  It will be
  5.  * returned intact up the various subroutine
  6.  * levels...
  7.  */
  8. #define OUT_OF_MEMORY -10
  9. #define BAD_CODE_SIZE -20
  10. #define READ_ERROR -1
  11. #define WRITE_ERROR -2
  12. #define OPEN_ERROR -3
  13. #define CREATE_ERROR -4
  14.  
  15.