home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Club Amiga de Montreal - CAM
/
CAM_CD_1.iso
/
files
/
298.lha
/
FileReq
/
FileReq.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1980-12-02
|
271 b
|
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