home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Misc / DC-POS24.LZX / pOS / pOSxA.lzx / pOSxA / graphics / coerce.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-03-12  |  425 b   |  19 lines

  1. #ifndef GRAPHICS_COERCE_H
  2. #define GRAPHICS_COERCE_H
  3.  
  4. /*******************************************************************
  5.  pOS / Amiga adapt
  6. *******************************************************************/
  7.  
  8. #ifndef EXEC_TYPES_H
  9. #include <exec/types.h>
  10. #endif
  11.  
  12. #ifdef __IGNORE_NOT_SUPPORTED__
  13.  #define PRESERVE_COLORS 0
  14.  #define AVOID_FLICKER   0
  15.  #define IGNORE_MCOMPAT  0
  16. #endif /** __IGNORE_NOT_SUPPORTED__ **/
  17.  
  18. #endif
  19.