From f4c5e0df26399eb354fb909aef19045645007715 Mon Sep 17 00:00:00 2001 From: fcolin Date: Mon, 23 Jun 2008 12:57:35 +0000 Subject: Mise a jour pour compilation MinGW --- src/ivysocket.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/ivysocket.c') diff --git a/src/ivysocket.c b/src/ivysocket.c index cc9a54b..10bceae 100644 --- a/src/ivysocket.c +++ b/src/ivysocket.c @@ -29,7 +29,9 @@ #include #ifdef WIN32 +#ifndef __MINGW32__ typedef int ssize_t; +#endif #define close closesocket /*#define perror (a ) printf(a" error=%d\n",WSAGetLastError());*/ #else -- cgit v1.1