home *** CD-ROM | disk | FTP | other *** search
/ Mega Demo / MegaDemoCDRom1.cdr / os2 / archive / booz.exe / OPTIONS.H < prev    next >
Encoding:
C/C++ Source or Header  |  1991-07-11  |  325 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.