Commit 69a4bc19 by Vicent Martí

Merge pull request #634 from csware/fix-win64-build

WIN32 is not always defined, use GIT_WIN32 instead
parents e8dc508f b333fbf9
......@@ -29,7 +29,7 @@
#include <string.h>
#include <limits.h>
#ifdef WIN32
#ifdef GIT_WIN32
#else
#include <unistd.h>
#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