Skip to content

Commit

Permalink
WIN32 is not always defined, use GIT_WIN32 instead
Browse files Browse the repository at this point in the history
Signed-off-by: Sven Strickroth <email@cs-ware.de>
  • Loading branch information
csware committed Apr 20, 2012
1 parent 31e8029 commit b333fbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xdiff/xinclude.h
Expand Up @@ -29,7 +29,7 @@
#include <string.h>
#include <limits.h>

#ifdef WIN32
#ifdef GIT_WIN32
#else
#include <unistd.h>
#endif
Expand Down

0 comments on commit b333fbf

Please sign in to comment.