Import zlib 1.2.3

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/ZLIB@35455 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Michael Wetherell
2005-09-10 20:52:12 +00:00
parent a2105c9a04
commit c80ba22f0a
23 changed files with 1006 additions and 215 deletions

View File

@@ -1,5 +1,5 @@
/* example.c -- usage example of the zlib compression library
* Copyright (C) 1995-2003 Jean-loup Gailly.
* Copyright (C) 1995-2004 Jean-loup Gailly.
* For conditions of distribution and use, see copyright notice in zlib.h
*/
@@ -11,8 +11,6 @@
#ifdef STDC
# include <string.h>
# include <stdlib.h>
#else
extern void exit OF((int));
#endif
#if defined(VMS) || defined(RISCOS)