Searched defs:ZLIB_MSDOS (Results 1 - 1 of 1) sorted by relevance

/ast/src/lib/libz/
H A Dzconf.h79 #if defined(__MSDOS__) || defined(ZLIB_MSDOS)
80 # define ZLIB_MSDOS macro
91 #if (defined(ZLIB_MSDOS) || defined(ZLIB_OS2) || defined(ZLIB_WINDOWS)) && !defined(ZLIB_WIN32)
106 #ifdef ZLIB_MSDOS
126 #if !defined(ZLIB_STDC) && (defined(ZLIB_MSDOS) || defined(ZLIB_WINDOWS) || defined(ZLIB_WIN32))
189 /* The following definitions for FAR are needed only for ZLIB_MSDOS mixed
191 * This was tested only with MSC; for other ZLIB_MSDOS compilers you may have

Completed in 748 milliseconds