[libpng16] Revised contrib/pngminus/pnm2png.c to avoid warnings

when png_uint_32 and unsigned long are of different sizes.
This commit is contained in:
Glenn Randers-Pehrson
2011-12-29 10:24:50 -06:00
parent 0522f269e0
commit 04ab33560f
4 changed files with 43 additions and 20 deletions

View File

@@ -18,6 +18,7 @@
#include <mem.h>
#include <fcntl.h>
#endif
#include <zlib.h>
#ifndef BOOL
#define BOOL unsigned char