home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / andistkt.zip / TYPEDEF.H < prev   
Text File  |  1995-04-19  |  629b  |  30 lines

  1. /* $Log:        typedef.h $
  2.  * Revision 1.4  92/08/17  16:43:02  crm
  3.  * Automatic checkin
  4.  *
  5.  * Revision 1.3  92/08/17  15:23:46  Unknown
  6.  * releasing locks
  7.  *
  8.  * Revision 1.2  92/08/17  15:08:29  Unknown
  9.  * Added log entries and RCS bookkeeping
  10.  *
  11.  * Revision 1.1  92/08/17  14:53:01  Unknown
  12.  * Initial revision
  13.  *  */
  14. /* deftype.h -- some deftypes
  15.  *
  16.  *
  17.  */
  18. /* Type definitions */
  19. #ifndef TYPEDEF
  20. #define TYPEDEF
  21.  
  22. typedef unsigned char   uchar;
  23. typedef unsigned short  ushort;
  24. typedef unsigned long   ulong;
  25.  
  26. typedef uchar far * LPBUF;
  27. typedef uchar far * LPFUN;
  28. typedef uchar far * LPSZ;
  29. #endif
  30.