7 lines
107 B
C#
7 lines
107 B
C#
namespace System.IO.Compression
|
|
{
|
|
class ZLibNative
|
|
{
|
|
public const int GZip_DefaultWindowBits = 31;
|
|
}
|
|
} |