diff options
Diffstat (limited to 'src/common/socket.h')
-rw-r--r-- | src/common/socket.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/socket.h b/src/common/socket.h index 6793cfdb5..37d41203e 100644 --- a/src/common/socket.h +++ b/src/common/socket.h @@ -7,7 +7,6 @@ #ifdef __WIN32 #include <winsock.h> -#define close(fd) closesocket(fd) #else #include <sys/types.h> #include <sys/socket.h> |