X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a27375bf26a44cc15f7a048b5ab872747761a022..ef0988cf8eb71517681c60a18a417f185bd602c4:/src/win32/config.h diff --git a/src/win32/config.h b/src/win32/config.h index 4ba03b559b..47d03afe95 100644 --- a/src/win32/config.h +++ b/src/win32/config.h @@ -26,7 +26,7 @@ # error "Unknown compiler - please report the problems to the main simgrid mailing list (http://gforge.inria.fr/mail/?group_id=12)" #endif - +typedef int socklen_t; #define tcp_read( s, buf, len ) recv( s, buf, len, 0 ) #define tcp_write( s, buf, len ) send( s, buf, len, 0 ) #define ioctl( s, c, a ) ioctlsocket( (s), (c), (a) )