This commit is contained in:
manojampalam 2016-03-06 15:47:33 -08:00
parent b6f7898659
commit ed0888d6c2
2 changed files with 1 additions and 2 deletions

View File

@ -17,6 +17,6 @@
#define bind(a,b,c) w32_bind((a), (b), (c))
#define connect(a,b,c) w32_connect((a), (b), (c))
#define recv(a,b,c,d) w32_recv((a), (b), (c), (d))
#define send(a,b,c,d) w32_send(((a), (b), (c), (d))
#define send(a,b,c,d) w32_send((a), (b), (c), (d))
#define shutdown(a,b) w32_shutdown((a), (b))
#define socketpair(a,b,c) w32_socketpair((a), (b), (c))

View File

@ -2,7 +2,6 @@
* Author: Manoj Ampalam <manoj.ampalam@microsoft.com>
*/
#include <unistd.h>
#include <fcntl.h>
#include <sys\stat.h>
#include <io.h>