6bdd276d05
Former-commit-id: fd56571888259555122d8a0f58c68838229cea2b
7 lines
107 B
C#
7 lines
107 B
C#
namespace System.IO.Compression
|
|
{
|
|
class ZLibNative
|
|
{
|
|
public const int GZip_DefaultWindowBits = 31;
|
|
}
|
|
} |