diff options
author | Adam <Adam@anope.org> | 2012-09-02 08:30:54 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2012-09-02 08:30:54 -0400 |
commit | 1af64a9bbb150b9daae3944d6aae86864c271103 (patch) | |
tree | c24a1ac6793e997f83ac66810b611f88855fcd90 /src/win32/socket.h | |
parent | e3d5140dcc936ff411c438b7e3997104cb5f085a (diff) |
Fix Windows
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 |