Update to Zstd v0.7.2

This commit is contained in:
Tino Reichardt
2016-07-04 08:23:11 +02:00
parent 4930181fdc
commit 958f0d26ae
16 changed files with 162 additions and 1121 deletions

View File

@@ -3,9 +3,10 @@
#include "StdAfx.h"
#define ZSTD_STATIC_LINKING_ONLY
#include "../../../C/Alloc.h"
#include "../../../C/ZStd/zstd_static.h"
#include "../../../C/ZStd/zbuff_static.h"
#include "../../../C/ZStd/zstd.h"
#include "../../../C/ZStd/zbuff.h"
#include "../../Common/Common.h"
#include "../../Common/MyCom.h"