diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:24:24 -0700 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:24:24 -0700 |
commit | 9811b53dd9e8f67015c7199fff12b5bfc6965330 (patch) | |
tree | bfa72ee22967fb56833203dfcd31c473c86b1bf1 /zconf.in.h | |
parent | 79fbcdc939b5d515218187a0d5f2526fb632075a (diff) | |
download | zlib-1.2.2.1.tar.gz zlib-1.2.2.1.tar.bz2 zlib-1.2.2.1.zip |
zlib 1.2.2.1v1.2.2.1
Diffstat (limited to 'zconf.in.h')
-rw-r--r-- | zconf.in.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -43,6 +43,10 @@ | |||
43 | # define get_crc_table z_get_crc_table | 43 | # define get_crc_table z_get_crc_table |
44 | # define zError z_zError | 44 | # define zError z_zError |
45 | 45 | ||
46 | # define alloc_func z_alloc_func | ||
47 | # define free_func z_free_func | ||
48 | # define in_func z_in_func | ||
49 | # define out_func z_out_func | ||
46 | # define Byte z_Byte | 50 | # define Byte z_Byte |
47 | # define uInt z_uInt | 51 | # define uInt z_uInt |
48 | # define uLong z_uLong | 52 | # define uLong z_uLong |