home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 6 File / 06-File.zip / ramfs102.zip / src / patch / ldrtypes.h < prev    next >
Encoding:
C/C++ Source or Header  |  2002-10-20  |  257 b   |  13 lines

  1. /* $Id: ldrtypes.h,v 1.1.2.1 2002/10/21 00:11:40 root Exp $ */
  2.  
  3. /* OS/2 loader types */
  4.  
  5. #ifndef LDRTYPES_INCLUDED
  6. #define LDRTYPES_INCLUDED
  7.  
  8. typedef unsigned long ulong_t;
  9. typedef unsigned short ushort_t;
  10. typedef unsigned char uchar_t;
  11.  
  12. #endif
  13.