Add a script to clean up after Tcl/Tk installation
[git/jnareb-git.git] / mingw / include / zlibtclDeclsMask.h
blobd75b0cf6949352cd89ba84cd59052f8b5d9e433a
1 #ifdef WIN32
2 /*
3 * While the definitions in the original header are technically the
4 * same as the definitions in 'zlibDecls.h' on Windows they are not,
5 * in a small detail: DLLEXPORT vs. DLLIMPORT. As our artificial
6 * definitions do the right thing we use the macro definitions below
7 * to move the original definitionsd out of the way. We do retain the
8 * inclusion of all the type definitions, etc.
9 */
10 #define zlibVersion __mask_zlibVersion
11 #define zError __mask_zError
12 #define crc32 __mask_crc32
13 #define adler32 __mask_adler32
14 #define deflateInit_ __mask_deflateInit_
15 #define deflateInit2_ __mask_deflateInit2_
16 #define deflate __mask_deflate
17 #define deflateEnd __mask_deflateEnd
18 #define deflateSetDictionary __mask_deflateSetDictionary
19 #define deflateCopy __mask_deflateCopy
20 #define deflateReset __mask_deflateReset
21 #define deflateParams __mask_deflateParams
22 #define compress __mask_compress
23 #define compress2 __mask_compress2
24 #define inflateInit_ __mask_inflateInit_
25 #define inflateInit2_ __mask_inflateInit2_
26 #define inflate __mask_inflate
27 #define inflateEnd __mask_inflateEnd
28 #define inflateSetDictionary __mask_inflateSetDictionary
29 #define inflateSync __mask_inflateSync
30 #define inflateReset __mask_inflateReset
31 #define uncompress __mask_uncompress
32 #define gzopen __mask_gzopen
33 #define gzdopen __mask_gzdopen
34 #define gzsetparams __mask_gzsetparams
35 #define gzread __mask_gzread
36 #define gzwrite __mask_gzwrite
37 #define gzputs __mask_gzputs
38 #define gzgets __mask_gzgets
39 #define gzputc __mask_gzputc
40 #define gzgetc __mask_gzgetc
41 #define gzflush __mask_gzflush
42 #define gzseek __mask_gzseek
43 #define gzrewind __mask_gzrewind
44 #define gztell __mask_gztell
45 #define gzeof __mask_gzeof
46 #define gzclose __mask_gzclose
47 #define gzerror __mask_gzerror
48 #endif /* WIN32 */