We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20fa476 commit 97827c1Copy full SHA for 97827c1
1 file changed
deps/libz/zutil.h
@@ -127,7 +127,7 @@ extern char z_errmsg[10][21]; /* indexed by 2-zlib_error */
127
# ifndef Z_SOLO
128
# if defined(__MWERKS__) && __dest_os != __be_os && __dest_os != __win32_os
129
# include <unix.h> /* for fdopen */
130
-# else
+# elif !defined(__APPLE__)
131
# ifndef fdopen
132
# define fdopen(fd,mode) NULL /* No fdopen() */
133
# endif
0 commit comments