home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 7 / Amiga Format AFCD07 (Dec 1996, Issue 91).iso / serious / shareware / workbench / change / source / include / filereq.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-09-14  |  208 b   |  12 lines

  1. // $VER: FileReq.h 1.3 (05.02.96)
  2.  
  3. #ifndef SDI_FILEREQ_H
  4. #define SDI_FILEREQ_H
  5.  
  6. #include <dos/dos.h>
  7.  
  8. #define FILEREQ_MODE_OPEN    MODE_OLDFILE
  9. #define FILEREQ_MODE_SAVE    MODE_NEWFILE
  10.  
  11. #endif /* SDI_FILEREQ_H */
  12.