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:
C/C++ Source or Header  |  1994-07-15  |  251 b   |  16 lines

  1. /* Needed by RSAREF */
  2.  
  3. #ifdef __alpha
  4. typedef unsigned UINT4;
  5. #else
  6. typedef unsigned long UINT4;
  7. #endif
  8.  
  9. typedef unsigned short UINT2;
  10.  
  11. typedef void *POINTER;
  12. #define NULL_PTR ((POINTER)0)
  13.  
  14. #define PROTOTYPES 1
  15. #define PROTO_LIST(x) x
  16.