home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Geek Gadgets 1
/
ADE-1.bin
/
ade-dist
/
fd2inline-1.0-bin.lha
/
include
/
proto
/
dos.h
< prev
next >
Wrap
C/C++ Source or Header
|
1996-10-12
|
302b
|
19 lines
#ifndef PROTO_DOS_H
#define PROTO_DOS_H
#ifndef DOS_EXALL_H
#include <dos/exall.h>
#endif
#ifndef UTILITY_TAGITEM_H
#include <utility/tagitem.h>
#endif
#include <clib/dos_protos.h>
#include <inline/dos.h>
#ifndef __NOLIBBASE__
extern struct DosLibrary * __CONSTLIBBASEDECL__ DOSBase;
#endif
#endif