Commit 92e34fa6d6b8e1eb904b8df02e0709d816026662

Vicent Marti 2011-08-30T19:48:13

netops: This is the proper check

1
2
3
4
5
6
7
8
9
10
11
12
13
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;