Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
504 B

  1. // constants defined
  2. // History: 9/28/93 mslin
  3. // RES_DIR_SIZE changed to 2048 for Acorn printer
  4. // 10/22/93 mslin
  5. // change expand brush to only 16 lines instead
  6. // of 32 for saving memory because currently the
  7. // repeat pattern is 16x16
  8. // BYTESPERSACNLINE enlarge to 616 for 600 dpi.
  9. //
  10. #define SUCCESS 1
  11. #define FAILURE 0
  12. #define EXTERN
  13. #define PRIVATE
  14. #ifdef DEBUG
  15. #define MAXBAND 24
  16. #endif