Commit 314f54eb by Sven Strickroth

fix build for x64

Signed-off-by: Sven Strickroth <email@cs-ware.de>
parent 3eaf34f4
......@@ -64,7 +64,7 @@
# define GIT_FORMAT_PRINTF(a,b) /* empty */
#endif
#if defined(_WIN32) && !defined(__CYGWIN__)
#if (defined(_WIN32) || defined(_WIN64)) && !defined(__CYGWIN__)
#define GIT_WIN32 1
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment