mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-20 18:33:35 +00:00
fix build for x64
Signed-off-by: Sven Strickroth <email@cs-ware.de>
This commit is contained in:
parent
3eaf34f4c6
commit
314f54eb06
@ -64,7 +64,7 @@
|
|||||||
# define GIT_FORMAT_PRINTF(a,b) /* empty */
|
# define GIT_FORMAT_PRINTF(a,b) /* empty */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(_WIN32) && !defined(__CYGWIN__)
|
#if (defined(_WIN32) || defined(_WIN64)) && !defined(__CYGWIN__)
|
||||||
#define GIT_WIN32 1
|
#define GIT_WIN32 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user