netops: This is the proper check
diff --git a/src/netops.h b/src/netops.h
index a146074..c259ed2 100644
--- a/src/netops.h
+++ b/src/netops.h
@@ -4,7 +4,7 @@
#ifndef INCLUDE_netops_h__
#define INCLUDE_netops_h__
-#ifndef _WIN32
+#ifndef GIT_WIN32
typedef int GIT_SOCKET;
#else
typedef unsigned int GIT_SOCKET;