publish changes
This commit is contained in:
parent
afc5064a7b
commit
ac2c6ac843
1605 changed files with 3354 additions and 3354 deletions
|
@ -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
|
||||
|
|
|
@ -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' }
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue