home *** CD-ROM | disk | FTP | other *** search
/ The Developer Connection…ice Driver Kit for OS/2 3 / DEV3-D1.ISO / source / gbmsrc / standard.h < prev   
Encoding:
C/C++ Source or Header  |  1993-10-25  |  230 b   |  14 lines

  1. /*
  2.  
  3. STANDARD.H  Custom header file that provides commonly used equates
  4.  
  5. */
  6.  
  7. typedef    int BOOLEAN;
  8. #define    TRUE        1
  9. #define    FALSE        0
  10.  
  11. #define    byte        unsigned char
  12. #define    word        unsigned short
  13. #define    dword        unsigned long
  14.