home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 1 / crawlyvol1.bin / program / compiler / nasm20b / nasm_src / localdef.h < prev    next >
C/C++ Source or Header  |  1993-01-18  |  209b  |  17 lines

  1. #ifndef LATEPLUSPLUS
  2. #define LATEPLUSPLUS 1
  3. #endif
  4.  
  5. #define _WORD short
  6. #define _LONG  int
  7. #define _BYTE char
  8.  
  9. #ifndef LITTLEENDIAN
  10. #define LITTLEENDIAN 1
  11. #endif
  12.  
  13. #ifndef WORD_EVEN
  14. #define WORD_EVEN 1
  15. #endif
  16.  
  17.