home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Online 1998 February
/
PCO_0298.ISO
/
filesbbs
/
os2
/
pgp263.arj
/
PGP263I.SRC
/
PGP263II.ZIP
/
src
/
global.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
|
1994-07-15
|
251 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