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.

21 lines
456 B

  1. //----------------------------------------------------------------------
  2. // FILE NAME : FUMH.h
  3. // FUNCTION : MH Compress
  4. // AUTHER : 1996.08.08 FPL)Y.YUTANI
  5. // NOTE : for Windows NT V4.0
  6. //----------------------------------------------------------------------
  7. #ifndef fumh_h
  8. #define fumh_h
  9. DWORD MhCompress(
  10. BYTE *pDest,
  11. DWORD cDestN,
  12. BYTE *pSrc,
  13. DWORD cSrcN,
  14. DWORD cSrcX,
  15. DWORD cSrcY
  16. );
  17. #endif // !fumh_h
  18. // end of FUMH.h