diff options
Diffstat (limited to 'src/win32/socket.h')
-rw-r--r-- | src/win32/socket.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/win32/socket.h b/src/win32/socket.h index 50262a708..4c1f182eb 100644 --- a/src/win32/socket.h +++ b/src/win32/socket.h @@ -25,7 +25,6 @@ extern CoreExport const char *windows_inet_ntop(int af, const void *src, char *d extern CoreExport int fcntl(int fd, int cmd, int arg); #ifndef WIN32_NO_OVERRIDE -# define close windows_close # define accept windows_accept # define inet_pton windows_inet_pton # define inet_ntop windows_inet_ntop |