X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/51dbdf871051cbd602ef181405caf77203cc6252..c1d8296a78d1f630952fc5395e4072c8a654b8ef:/src/zlib/example.c diff --git a/src/zlib/example.c b/src/zlib/example.c index c2361f98f2..6c8a0ee763 100644 --- a/src/zlib/example.c +++ b/src/zlib/example.c @@ -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 # include -#else - extern void exit OF((int)); #endif #if defined(VMS) || defined(RISCOS)