chore: import upstream snapshot with attribution
This commit is contained in:
Vendored
+19
@@ -0,0 +1,19 @@
|
||||
diff -u zlib/zutil.h zlib/zutil.h
|
||||
--- ./zutil.h
|
||||
+++ ./zutil.h
|
||||
@@ -139,15 +139,6 @@
|
||||
|
||||
#if defined(MACOS) || defined(TARGET_OS_MAC)
|
||||
# define OS_CODE 7
|
||||
-# ifndef Z_SOLO
|
||||
-# if defined(__MWERKS__) && __dest_os != __be_os && __dest_os != __win32_os
|
||||
-# include <unix.h> /* for fdopen */
|
||||
-# else
|
||||
-# ifndef fdopen
|
||||
-# define fdopen(fd,mode) NULL /* No fdopen() */
|
||||
-# endif
|
||||
-# endif
|
||||
-# endif
|
||||
#endif
|
||||
|
||||
#ifdef __acorn
|
||||
Reference in New Issue
Block a user