mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-06-09 08:42:22 -04:00
Remove MSC redefine
This commit is contained in:
parent
95d62e1528
commit
6c758646b8
1 changed files with 0 additions and 1 deletions
|
|
@ -76,7 +76,6 @@
|
|||
#define sock_errstr(e) STRERROR(e)
|
||||
|
||||
#ifdef HAVE_WINSOCK
|
||||
# define tcp_close( s ) closesocket( s )
|
||||
# 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) )
|
||||
|
|
|
|||
Loading…
Reference in a new issue