 |
| v0.13.0
|
Go to the documentation of this file.
15 #include "itkzlib/zlibDllConfig.h"
22 # define deflateInit_ z_deflateInit_
23 # define deflate z_deflate
24 # define deflateEnd z_deflateEnd
25 # define inflateInit_ z_inflateInit_
26 # define inflate z_inflate
27 # define inflateEnd z_inflateEnd
28 # define deflateInit2_ z_deflateInit2_
29 # define deflateSetDictionary z_deflateSetDictionary
30 # define deflateCopy z_deflateCopy
31 # define deflateReset z_deflateReset
32 # define deflateParams z_deflateParams
33 # define deflateBound z_deflateBound
34 # define deflatePrime z_deflatePrime
35 # define inflateInit2_ z_inflateInit2_
36 # define inflateSetDictionary z_inflateSetDictionary
37 # define inflateSync z_inflateSync
38 # define inflateSyncPoint z_inflateSyncPoint
39 # define inflateCopy z_inflateCopy
40 # define inflateReset z_inflateReset
41 # define inflateBack z_inflateBack
42 # define inflateBackEnd z_inflateBackEnd
43 # define compress z_compress
44 # define compress2 z_compress2
45 # define compressBound z_compressBound
46 # define uncompress z_uncompress
47 # define adler32 z_adler32
48 # define crc32 z_crc32
49 # define get_crc_table z_get_crc_table
50 # define zError z_zError
52 # define alloc_func z_alloc_func
53 # define free_func z_free_func
54 # define in_func z_in_func
55 # define out_func z_out_func
58 # define uLong z_uLong
59 # define Bytef z_Bytef
60 # define charf z_charf
62 # define uIntf z_uIntf
63 # define uLongf z_uLongf
64 # define voidpf z_voidpf
65 # define voidp z_voidp
68 #if defined(__MSDOS__) && !defined(MSDOS)
71 #if (defined(OS_2) || defined(__OS2__)) && !defined(OS2)
74 #if defined(_WINDOWS) && !defined(WINDOWS)
77 #if defined(_WIN32) || defined(_WIN32_WCE) || defined(__WIN32__)
82 #if (defined(MSDOS) || defined(OS2) || defined(WINDOWS)) && !defined(WIN32)
83 # if !defined(__GNUC__) && !defined(__FLAT__) && !defined(__386__)
101 #ifdef __STDC_VERSION__
105 # if __STDC_VERSION__ >= 199901L
111 #if !defined(STDC) && (defined(__STDC__) || defined(__cplusplus))
114 #if !defined(STDC) && (defined(__GNUC__) || defined(__BORLANDC__))
117 #if !defined(STDC) && (defined(MSDOS) || defined(WINDOWS) || defined(WIN32))
120 #if !defined(STDC) && (defined(OS2) || defined(__HOS_AIX__))
124 #if defined(__OS400__) && !defined(STDC)
135 #if defined(__MWERKS__)||defined(applec)||defined(THINK_C)||defined(__SC__)
136 # define NO_DUMMY_DECL
140 #ifndef MAX_MEM_LEVEL
142 # define MAX_MEM_LEVEL 8
144 # define MAX_MEM_LEVEL 9
154 # define MAX_WBITS 15
174 # define OF(args) args
187 # if defined(M_I86SM) || defined(M_I86MM)
189 # define SMALL_MEDIUM
196 # if (defined(__SMALL__) || defined(__MEDIUM__))
198 # define SMALL_MEDIUM
207 #if defined(WINDOWS) || defined(WIN32)
212 # if defined(WIN32) && (!defined(__BORLANDC__) || (__BORLANDC__ >= 0x500))
213 # ifdef ZLIB_INTERNAL
214 # define ZEXTERN extern __declspec(dllexport)
216 # define ZEXTERN extern __declspec(dllimport)
228 # include <windows.h>
231 # define ZEXPORT WINAPI
233 # define ZEXPORTVA WINAPIV
235 # define ZEXPORTVA FAR CDECL
240 #if defined (__BEOS__)
242 # ifdef ZLIB_INTERNAL
243 # define ZEXPORT __declspec(dllexport)
244 # define ZEXPORTVA __declspec(dllexport)
246 # define ZEXPORT __declspec(dllimport)
247 # define ZEXPORTVA __declspec(dllimport)
253 # define ZEXTERN extern
266 #if !defined(__MACTYPES__)
274 # define Bytef Byte FAR
284 typedef void const *
voidpc;
295 # include <sys/types.h>
300 # define z_off_t off_t
308 # define z_off_t long
311 #if defined(__OS400__)
312 # define NO_vsnprintf
316 # define NO_vsnprintf
324 # pragma map(deflateInit_,"DEIN")
325 # pragma map(deflateInit2_,"DEIN2")
326 # pragma map(deflateEnd,"DEEND")
327 # pragma map(deflateBound,"DEBND")
328 # pragma map(inflateInit_,"ININ")
329 # pragma map(inflateInit2_,"ININ2")
330 # pragma map(inflateEnd,"INEND")
331 # pragma map(inflateSync,"INSY")
332 # pragma map(inflateSetDictionary,"INSEDI")
333 # pragma map(compressBound,"CMBND")
334 # pragma map(inflate_table,"INTABL")
335 # pragma map(inflate_fast,"INFA")
336 # pragma map(inflate_copyright,"INCOPY")
340 #if defined(_MSC_VER)
341 #pragma warning ( disable : 4127 )
342 #pragma warning ( disable : 4131 )
343 #pragma warning ( disable : 4244 )
345 #if defined(__BORLANDC__)