summaryrefslogtreecommitdiff
path: root/src/xdiff
diff options
context:
space:
mode:
authorSven Strickroth <email@cs-ware.de>2012-04-20 18:51:10 +0200
committerSven Strickroth <email@cs-ware.de>2012-04-20 18:51:10 +0200
commitb333fbf968418bcf45d4de174d86a79b3c70b509 (patch)
tree251021eb2b96ab400c83153409d97aae9e407e8d /src/xdiff
parent31e80290a1a08a24780a0cbedd3a400fccd80a8b (diff)
downloadlibgit2-b333fbf968418bcf45d4de174d86a79b3c70b509.tar.gz
WIN32 is not always defined, use GIT_WIN32 instead
Signed-off-by: Sven Strickroth <email@cs-ware.de>
Diffstat (limited to 'src/xdiff')
-rw-r--r--src/xdiff/xinclude.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xdiff/xinclude.h b/src/xdiff/xinclude.h
index 2928d329b..7d7b77b3e 100644
--- a/src/xdiff/xinclude.h
+++ b/src/xdiff/xinclude.h
@@ -29,7 +29,7 @@
#include <string.h>
#include <limits.h>
-#ifdef WIN32
+#ifdef GIT_WIN32
#else
#include <unistd.h>
#endif