WIN32 is not always defined, use GIT_WIN32 instead

Signed-off-by: Sven Strickroth <email@cs-ware.de>
This commit is contained in:
Sven Strickroth 2012-04-20 18:51:10 +02:00
parent 31e80290a1
commit b333fbf968

View File

@ -29,7 +29,7 @@
#include <string.h>
#include <limits.h>
#ifdef WIN32
#ifdef GIT_WIN32
#else
#include <unistd.h>
#endif