Files
easy7zip/CPP/7zip/Bundles/Codec_zstdF/StdAfx.h
Tino Reichardt 2512b6593c Switch from zbuff to stream interface
- using the recommended buffersizes from zstd lib
- compile also an codec dll with support for legacy versions
2016-09-04 13:37:51 +02:00

9 lines
104 B
C

// StdAfx.h
#ifndef __STDAFX_H
#define __STDAFX_H
#include "../../../Common/Common.h"
#endif