Add a script to clean up after Tcl/Tk installation
[git/jnareb-git.git] / mingw / include / zlibtclDeclsUnmask.h
blob6c5c2f68c674582ebf0ded6a511b5edd8eb0d13a
1 #ifdef WIN32
2 /* Restore the usage of the original names */
3 #undef zlibVersion
4 #undef zError
5 #undef crc32
6 #undef adler32
7 #undef deflateInit_
8 #undef deflateInit2_
9 #undef deflate
10 #undef deflateEnd
11 #undef deflateSetDictionary
12 #undef deflateCopy
13 #undef deflateReset
14 #undef deflateParams
15 #undef compress
16 #undef compress2
17 #undef inflateInit_
18 #undef inflateInit2_
19 #undef inflate
20 #undef inflateEnd
21 #undef inflateSetDictionary
22 #undef inflateSync
23 #undef inflateReset
24 #undef uncompress
25 #undef gzopen
26 #undef gzdopen
27 #undef gzsetparams
28 #undef gzread
29 #undef gzwrite
30 #undef gzputs
31 #undef gzgets
32 #undef gzputc
33 #undef gzgetc
34 #undef gzflush
35 #undef gzseek
36 #undef gzrewind
37 #undef gztell
38 #undef gzeof
39 #undef gzclose
40 #undef gzerror
41 #endif /* WIN32 */