[libpng15] Include zlib.h in contrib/gregbook and visupng examples.

This commit is contained in:
Glenn Randers-Pehrson 2012-06-09 11:39:10 -05:00
parent 83b354ac01
commit 87685ab33f
6 changed files with 11 additions and 5 deletions

View File

@ -1,5 +1,5 @@
Libpng 1.5.11rc06 - June 7, 2012
Libpng 1.5.11rc06 - June 9, 2012
This is not intended to be a public release. It will be replaced
within a few weeks by a public version or by another test version.
@ -60,7 +60,8 @@ Version 1.5.11rc04 [June 6, 2012]
Version 1.5.11rc05 [June 7, 2012]
Don't check palette indexes if num_palette is 0 (as it can be in MNG files).
Version 1.5.11rc06 [June 7, 2012]
Version 1.5.11rc06 [June 9, 2012]
Include zlib.h in contrib/gregbook and visupng examples.
Send comments/corrections/commendations to png-mng-implement at lists.sf.net:
(subscription required; visit

View File

@ -3888,7 +3888,8 @@ Version 1.5.11rc04 [June 6, 2012]
Version 1.5.11rc05 [June 7, 2012]
Don't check palette indexes if num_palette is 0 (as it can be in MNG files).
Version 1.5.11rc06 [June 7, 2012]
Version 1.5.11rc06 [June 9, 2012]
Include zlib.h in contrib/gregbook and visupng examples.
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
(subscription required; visit

View File

@ -55,8 +55,9 @@
#include <stdio.h>
#include <stdlib.h>
#include <zlib.h>
#include "png.h" /* libpng header; includes zlib.h */
#include "png.h" /* libpng header */
#include "readpng.h" /* typedefs, common macros, public prototypes */
/* future versions of libpng will provide this macro: */

View File

@ -55,8 +55,9 @@
#include <stdlib.h> /* for exit() prototype */
#include <zlib.h>
#include "png.h" /* libpng header; includes zlib.h and setjmp.h */
#include "png.h" /* libpng header, includes setjmp.h */
#include "writepng.h" /* typedefs, common macros, public prototypes */

View File

@ -13,6 +13,7 @@
#include <commdlg.h>
#include <stdio.h>
#include <stdlib.h>
#include <zlib.h>
#include "png.h"
#include "pngfile.h"

View File

@ -27,6 +27,7 @@
#include <stdlib.h>
#include <string.h>
#include <windows.h>
#include <zlib.h>
/* application includes */