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.

23 lines
560 B

  1. //----------------------------------------------------------------------
  2. // FILE NAME : fumh2.h
  3. // FUNCTION : MH2 Compress
  4. // AUTHER : 1996.08.01 FPL)Y.YUTANI
  5. // NOTE : for Windows NT V4.0
  6. // MODIFY : for NT4.0 Minidriver H.Ishida(FPL)
  7. //----------------------------------------------------------------------
  8. // COPYRIGHT(C) FUJITSU LIMITED 1996-1997
  9. #ifndef fumh2_h
  10. #define fumh2_h
  11. DWORD Mh2Compress(
  12. BYTE *pDest,
  13. DWORD cDestN,
  14. BYTE *pSrc,
  15. DWORD cSrcN,
  16. DWORD cSrcX,
  17. DWORD cSrcY
  18. );
  19. #endif // !fumh2_h
  20. // end of fumh2.h