]> git.proxmox.com Git - libgit2.git/commitdiff
WIN32 is not always defined, use GIT_WIN32 instead
authorSven Strickroth <email@cs-ware.de>
Fri, 20 Apr 2012 16:51:10 +0000 (18:51 +0200)
committerSven Strickroth <email@cs-ware.de>
Fri, 20 Apr 2012 16:51:10 +0000 (18:51 +0200)
Signed-off-by: Sven Strickroth <email@cs-ware.de>
src/xdiff/xinclude.h

index 2928d329bb1a0c01748e0237e012f31dab3a505a..7d7b77b3ea49ffc220951aa171751a9f05e904b6 100644 (file)
@@ -29,7 +29,7 @@
 #include <string.h>
 #include <limits.h>
 
-#ifdef WIN32
+#ifdef GIT_WIN32
 #else
 #include <unistd.h>
 #endif