home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
RISC DISC 2
/
RISC_DISC_2.iso
/
pd_share
/
utilities
/
cli
/
pgp2
/
src
/
h
/
global
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-07-15
|
236 b
|
16 lines
/* Needed by RSAREF */
#ifdef __alpha
typedef unsigned UINT4;
#else
typedef unsigned long UINT4;
#endif
typedef unsigned short UINT2;
typedef void *POINTER;
#define NULL_PTR ((POINTER)0)
#define PROTOTYPES 1
#define PROTO_LIST(x) x