summaryrefslogtreecommitdiff
path: root/src/netops.h
diff options
context:
space:
mode:
authorVicent Marti <tanoku@gmail.com>2011-08-30 19:48:13 +0200
committerVicent Marti <tanoku@gmail.com>2011-08-30 19:48:13 +0200
commit92e34fa6d6b8e1eb904b8df02e0709d816026662 (patch)
tree39a17dbcc4b79e36c5e1542ab73ebab3329e3c4f /src/netops.h
parentb298e03b16010e59bc1bd41c6499e63d4b2343ef (diff)
downloadlibgit2-92e34fa6d6b8e1eb904b8df02e0709d816026662.tar.gz
netops: This is the proper check
Diffstat (limited to 'src/netops.h')
-rw-r--r--src/netops.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/netops.h b/src/netops.h
index a1460743d..c259ed2d6 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;