Source code of Windows XP (NT5)
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
593 B

  1. //=======================================================================
  2. //
  3. // Copyright (c) 1998-2000 Microsoft Corporation. All Rights Reserved.
  4. //
  5. // File: diamond.h
  6. //
  7. // Description:
  8. //
  9. // IU diamond decompression library
  10. //
  11. //=======================================================================
  12. #ifndef __DIAMOND_INC
  13. #define __DIAMOND_INC
  14. HRESULT DecompressFolderCabs(LPCTSTR pszDecompressPath);
  15. BOOL DecompressFile(LPCTSTR pszDecompressFile, LPCTSTR pszDecompressPath);
  16. // BOOL DecompressFileToMem(LPCTSTR pszDecompressFile, PBYTE *ppBuffer);
  17. #endif //__FILEUTIL_INC