home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / UTILITY / ARCHIVE / BOOZ20.ZIP / OPTIONS.H < prev    next >
Encoding:
C/C++ Source or Header  |  1991-07-09  |  334 b   |  10 lines

  1. /* OBSOLETE -- NOW PART OF BOOZ.H */
  2. /* System-specific options for Booz */
  3.  
  4. /* T_UINT16 must be an unsigned data type of exactly 16 bits */
  5. #define T_UINT16     unsigned short
  6.  
  7. /* Define FIXFNAME to activate the fixfname() function that converts
  8. filename syntax to be acceptable to the host system */
  9. /* #define FIXFNAME */
  10.