fix build for x64

Signed-off-by: Sven Strickroth <email@cs-ware.de>
This commit is contained in:
Sven Strickroth 2011-10-09 05:29:57 +02:00
parent 3eaf34f4c6
commit 314f54eb06

View File

@ -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