📄 zlib.patch
字号:
--- zlib/gzio.c 2005-07-11 21:31:48.000000000 +0100+++ zlib/gzio.c 2005-11-22 22:26:26.000000000 +0000@@ -35,6 +35,10 @@ FILE *fdopen(int, const char *); #endif +#ifdef UNDER_CE+# define fdopen(fd, fmode) 0+#endif+ #ifndef STDC extern voidp malloc OF((uInt size)); extern void free OF((voidpf ptr));===================================================================--- zlib/zutil.h 2005-11-27 20:05:31.000000000 +0000+++ zlib/zutil.h 2005-11-27 20:06:16.000000000 +0000@@ -36,6 +36,9 @@ #else # ifndef _WIN32_WCE # include <errno.h>+# else+# define errno z_errno+ extern int errno; # endif #endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -