1
0
mirror of https://github.com/facebook/zstd.git synced 2025-07-29 11:21:22 +03:00

plainly marked altered files from zlib

This commit is contained in:
Przemyslaw Skibinski
2016-11-28 16:55:14 +01:00
parent 8b3e2f1a0b
commit 0fa3447dee
4 changed files with 15 additions and 5 deletions

View File

@ -1,8 +1,11 @@
/* example.c -- usage example of the zlib compression library
* the file contains minimal changes required to be compiled with zstd wrapper for zlib
*/
/* example.c contains minimal changes required to be compiled with zlibWrapper:
* - #include "zlib.h" was changed to #include "zstd_zlibwrapper.h"
* - test_flush() and test_sync() use functions not supported by zlibWrapper
therefore they are disabled while zstd compression is turned on */
/*
/* example.c -- usage example of the zlib compression library
*/
/*
Copyright (c) 1995-2006, 2011 Jean-loup Gailly
This software is provided 'as-is', without any express or implied