windows-nt/Source/XPSP1/NT/base/win32/lz32/tools/compress/mydiam.h

12 lines
249 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
INT
DiamondCompressFile(
IN NOTIFYPROC CompressNotify,
IN PSTR SourceFile,
IN PSTR TargetFile,
IN BOOL Rename,
OUT PLZINFO pLZI
);
extern TCOMP DiamondCompressionType; // 0 if not diamond (ie, LZ)