publish changes
This commit is contained in:
parent
afc5064a7b
commit
ac2c6ac843
1605 changed files with 3354 additions and 3354 deletions
|
@ -329,7 +329,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
|
||||
|
|
|
@ -14,9 +14,9 @@ project "zip-lib"
|
|||
filter "system:linux or bsd or solaris or haiku"
|
||||
defines { "HAVE_SSIZE_T_LIBZIP", "HAVE_CONFIG_H" }
|
||||
|
||||
filter "system:windows"
|
||||
filter "system:arch"
|
||||
defines { "_WINDOWS" }
|
||||
filter { "system:windows", "toolset:mingw" }
|
||||
filter { "system:arch", "toolset:mingw" }
|
||||
defines { "HAVE_SSIZE_T_LIBZIP" }
|
||||
|
||||
filter "system:macosx"
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -54,7 +54,7 @@
|
|||
#include "config.h"
|
||||
|
||||
#ifdef HAVE_MOVEFILEEXA
|
||||
#include <windows.h>
|
||||
#include <arch.h>
|
||||
#define _zip_rename(s, t) (!MoveFileExA((s), (t), MOVEFILE_COPY_ALLOWED|MOVEFILE_REPLACE_EXISTING))
|
||||
#else
|
||||
#define _zip_rename rename
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue