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.

16 lines
948 B

  1. //***************************************************************************************************
  2. // N5DIZPC.H
  3. //
  4. // C Header (Functions of dither and color matching (For N5 printer))
  5. //---------------------------------------------------------------------------------------------------
  6. // copyright(C) 1997-2000 CASIO COMPUTER CO.,LTD. / CASIO ELECTRONICS MANUFACTURING CO.,LTD.
  7. //***************************************************************************************************
  8. //***************************************************************************************************
  9. // Functions
  10. //***************************************************************************************************
  11. #if !defined(CP80W9X) // CP-E8000 is invalid
  12. DWORD WINAPI N501ColDrwInfSet(LPDIZINF, LPDRWINF, DWORD);
  13. #endif
  14. VOID WINAPI N501ColDizPrc(LPDIZINF, LPDRWINF);
  15. // End of N5DIZPC.H