Commit b333fbf9 by Sven Strickroth

WIN32 is not always defined, use GIT_WIN32 instead

Signed-off-by: Sven Strickroth <email@cs-ware.de>
parent 31e80290
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
#include <string.h> #include <string.h>
#include <limits.h> #include <limits.h>
#ifdef WIN32 #ifdef GIT_WIN32
#else #else
#include <unistd.h> #include <unistd.h>
#endif #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