home *** CD-ROM | disk | FTP | other *** search
/ Doom 1 & 2 / Doom_1&2.iso / progs / reject11 / source / portab.hpp < prev    next >
Encoding:
C/C++ Source or Header  |  1994-05-25  |  314 b   |  13 lines

  1. #ifndef __PORTAB_HPP__                
  2. #define __PORTAB_HPP__                
  3.  
  4. typedef unsigned char  BYTE;
  5. typedef unsigned short WORD;
  6. typedef unsigned long  DWORD;
  7.  
  8. typedef char  SBYTE;
  9. typedef short SWORD;
  10. typedef long  SDWORD;
  11.                                   
  12. #endif                            
  13.