mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-31 12:09:35 -05:00
Remove redefine on MSC
This commit is contained in:
parent
cee040a321
commit
390fd72398
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