summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorfcolin2008-06-23 13:07:26 +0000
committerfcolin2008-06-23 13:07:26 +0000
commite03b5f8c3fd76515bc0a3c59c50a0efec84b063f (patch)
tree574cb7795756c96f05efe2515e17bfe19d4b9e7a /src
parentf4c5e0df26399eb354fb909aef19045645007715 (diff)
downloadivy-c-e03b5f8c3fd76515bc0a3c59c50a0efec84b063f.zip
ivy-c-e03b5f8c3fd76515bc0a3c59c50a0efec84b063f.tar.gz
ivy-c-e03b5f8c3fd76515bc0a3c59c50a0efec84b063f.tar.bz2
ivy-c-e03b5f8c3fd76515bc0a3c59c50a0efec84b063f.tar.xz
MingGW
Diffstat (limited to 'src')
-rw-r--r--src/ivysocket.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ivysocket.c b/src/ivysocket.c
index 10bceae..200074e 100644
--- a/src/ivysocket.c
+++ b/src/ivysocket.c
@@ -30,7 +30,7 @@
#ifdef WIN32
#ifndef __MINGW32__
-typedef int ssize_t;
+typedef long ssize_t;
#endif
#define close closesocket
/*#define perror (a ) printf(a" error=%d\n",WSAGetLastError());*/