On 18.11.2011 17:44, Vincent van Ravesteijn wrote:
diff --git a/git-compat-util.h b/git-compat-util.h index 5ef8ff7..76cbfe6 100644 --- a/git-compat-util.h +++ b/git-compat-util.h @@ -85,6 +85,7 @@ #define _SGI_SOURCE 1 #ifdef WIN32 /* Both MinGW and MSVC */ +# define _WIN32_WINNT 0x0501 #define WIN32_LEAN_AND_MEAN /* stops windows.h including winsock.h */ #include<winsock2.h> #include<windows.h>
It seems the indentation is wrong (does not match the surrounding code) here.
-- Sebastian Schuberth -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html