home *** CD-ROM | disk | FTP | other *** search
/ Encyclopedia of Graphics File Formats Companion / GFF_CD.ISO / software / os2 / gbm / src / standard.h < prev   
Encoding:
C/C++ Source or Header  |  1994-04-28  |  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.