home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fred Fish Collection 1.5
/
ffcollection-1-5-1992-11.iso
/
ff_disks
/
200-299
/
ff242.lzh
/
FileReq
/
FileReq.h
< prev
next >
Wrap
Text File
|
1989-08-30
|
271b
|
11 lines
/* FileRequester (c) Copyright 1989 Jonathan Potter
Include this if you wish to act upon return codes */
#define NO_INTUITION -1
#define NO_GRAPHICS -2
#define NO_DOS -3
#define NO_DEVICE -4
#define NO_DIRECTORY -5
#define NO_FILENAME -6
#define OPENWINDOW_FAILED -7