fixed zlib wrapper for new `.h` strategy

dev
Yann Collet 2016-06-04 19:52:06 +02:00
parent d3b7f8d21f
commit 16f729957f
2 changed files with 6 additions and 3 deletions

View File

@ -19,6 +19,9 @@
# Default result files
_*
example
example_zstd
foo.gz
# Misc files
*.bat

View File

@ -29,13 +29,13 @@
- zstd source repository : https://github.com/Cyan4973/zstd
*/
#include <stdarg.h> /* va_list */
#include <stdarg.h> /* va_list, for z_gzprintf */
#include <zlib.h>
#include "zstd_zlibwrapper.h"
#define ZSTD_STATIC_LINKING_ONLY /* ZSTD_MAGICNUMBER */
#include "zstd.h"
#include "zstd_static.h" /* ZSTD_MAGICNUMBER */
#define ZBUFF_STATIC_LINKING_ONLY /* ZBUFF_createCCtx_advanced */
#include "zbuff.h"
#include "zbuff_static.h" /* ZBUFF_createCCtx_advanced */
#include "zstd_internal.h" /* defaultCustomMem */