]> git.saurik.com Git - wxWidgets.git/blame - src/zlib/INDEX
set m_isBeingDeleted to true (only) in SendDestroyEvent(); call it as early as possib...
[wxWidgets.git] / src / zlib / INDEX
CommitLineData
21ea11a1
VS
1ChangeLog history of changes
2FAQ Frequently Asked Questions about zlib
3INDEX this file
4Makefile makefile for Unix (generated by configure)
5Makefile.in makefile for Unix (template for configure)
6README guess what
7algorithm.txt description of the (de)compression algorithm
8configure configure script for Unix
9zconf.in.h template for zconf.h (used by configure)
10
a6285dc9
VS
11amiga/ makefiles for Amiga SAS C
12as400/ makefiles for IBM AS/400
21ea11a1
VS
13msdos/ makefiles for MSDOS
14old/ makefiles for various architectures and zlib documentation
15 files that have not yet been updated for zlib 1.2.x
a6285dc9 16projects/ projects for various Integrated Development Environments
21ea11a1
VS
17qnx/ makefiles for QNX
18win32/ makefiles for Windows
19
20 zlib public header files (must be kept):
c801d85f
KB
21zconf.h
22zlib.h
23
21ea11a1 24 private source files used to build the zlib library:
c801d85f
KB
25adler32.c
26compress.c
27crc32.c
21ea11a1 28crc32.h
c801d85f
KB
29deflate.c
30deflate.h
31gzio.c
21ea11a1 32infback.c
c801d85f
KB
33inffast.c
34inffast.h
21ea11a1 35inffixed.h
c801d85f 36inflate.c
21ea11a1 37inflate.h
c801d85f
KB
38inftrees.c
39inftrees.h
c801d85f 40trees.c
21ea11a1 41trees.h
c801d85f
KB
42uncompr.c
43zutil.c
44zutil.h
45
21ea11a1 46 source files for sample programs:
c801d85f
KB
47example.c
48minigzip.c
49
21ea11a1
VS
50 unsupported contribution by third parties
51See contrib/README.contrib