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.

20 lines
319 B

  1. /*++
  2. Copyright (c) 1997-1999 Microsoft Corporation
  3. --*/
  4. #ifndef _LGCOMP_H
  5. #define _LGCOMP_H
  6. #include <minidrv.h>
  7. #define COMP_NONE 0
  8. #define COMP_RLE 1
  9. #define COMP_MHE 2
  10. extern INT LGCompMHE(PBYTE, PBYTE, DWORD, INT);
  11. extern INT LGCompRLE(PBYTE, PBYTE, DWORD, INT);
  12. #endif // _LGCOMP_H