code: 9ferno

ref: 58055b9e3a8c6df1cd128a3d4ed3667eab94e472
dir: /libflate/zlib.h/

View raw version
/*
 * zlib header fields
 */
enum
{
	ZlibMeth	= 0x0f,			/* mask of compression methods */
	ZlibDeflate	= 0x08,

	ZlibCInfo	= 0xf0,			/* mask of compression aux. info */
	ZlibWin32k	= 0x70,			/* 32k history window */
};