publish changes

This commit is contained in:
Archie 2024-09-29 02:04:03 +00:00
parent afc5064a7b
commit ac2c6ac843
1605 changed files with 3354 additions and 3354 deletions

View file

@ -116,7 +116,7 @@
/* get errno and strerror definition */
#if defined UNDER_CE
# include <windows.h>
# include <arch.h>
# define zstrerror() gz_strwinerror((DWORD)GetLastError())
#else
# ifndef NO_STRERROR

View file

@ -10,8 +10,8 @@ project "zlib-lib"
"**.c"
}
filter "system:windows"
filter "system:arch"
defines { "_WINDOWS" }
filter "system:not windows"
filter "system:not arch"
defines { 'HAVE_UNISTD_H' }

View file

@ -328,7 +328,7 @@
# ifdef FAR
# undef FAR
# endif
# include <windows.h>
# include <arch.h>
/* No need for _export, use ZLIB.DEF instead. */
/* For complete Windows compatibility, use WINAPI, not __stdcall. */
# define ZEXPORT WINAPI