home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d2xx / d242 / filereq.lha / FileReq / FileReq.h < prev    next >
Encoding:
C/C++ Source or Header  |  1989-08-30  |  271 b   |  11 lines

  1. /* FileRequester (c) Copyright 1989 Jonathan Potter
  2.    Include this if you wish to act upon return codes */
  3.  
  4. #define NO_INTUITION -1
  5. #define NO_GRAPHICS -2
  6. #define NO_DOS -3
  7. #define NO_DEVICE -4
  8. #define NO_DIRECTORY -5
  9. #define NO_FILENAME -6
  10. #define OPENWINDOW_FAILED -7
  11.