ReactOS 0.4.15-dev-7942-gd23573b
pngstruct.h File Reference
#include "zlib.h"
Include dependency graph for pngstruct.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  png_struct_def
 

Macros

#define ZLIB_CONST
 
#define PNGZ_MSG_CAST(s)   png_constcast(char*,s)
 
#define PNGZ_INPUT_CAST(b)   png_constcast(png_bytep,b)
 
#define ZLIB_IO_MAX   ((uInt)-1)
 

Macro Definition Documentation

◆ PNGZ_INPUT_CAST

#define PNGZ_INPUT_CAST (   b)    png_constcast(png_bytep,b)

Definition at line 41 of file pngstruct.h.

◆ PNGZ_MSG_CAST

#define PNGZ_MSG_CAST (   s)    png_constcast(char*,s)

Definition at line 40 of file pngstruct.h.

◆ ZLIB_CONST

#define ZLIB_CONST

Definition at line 28 of file pngstruct.h.

◆ ZLIB_IO_MAX

#define ZLIB_IO_MAX   ((uInt)-1)

Definition at line 56 of file pngstruct.h.