This commit is contained in:
2026-02-13 14:42:07 -08:00
parent df0527b123
commit fbc02af589
670 changed files with 55968 additions and 51275 deletions

View File

@@ -24,7 +24,6 @@
#if defined(STDC) && !defined(Z_SOLO)
# if !(defined(_WIN32_WCE) && defined(_MSC_VER))
# include <stddef.h>
# include <stdint.h>
# endif
# include <string.h>
# include <stdlib.h>
@@ -160,7 +159,7 @@ extern z_const char * const z_errmsg[10]; /* indexed by 2-zlib_error */
# define OS_CODE 18
#endif
#if defined( __APPLE__ ) && !(defined(MACOS) || defined(TARGET_OS_MAC))
#ifdef __APPLE__
# define OS_CODE 19
#endif