Files
easy7zip/CPP/7zip/Bundles/Codec_lz5/StdAfx.h
Tino Reichardt 58069903d0 merge multi threading to master branch
- updated zstd to latest devel release
- lz4, lz5 and zstd is included now
- all three support threading
2016-10-16 23:38:46 +02:00

9 lines
104 B
C

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