mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-18 11:05:48 +08:00
Fix up socket.h
This commit is contained in:
parent
1cae09c09a
commit
a582cfbf31
@ -21,6 +21,8 @@
|
||||
|
||||
#ifdef HAVE_WINSOCK2
|
||||
#include <winsock2.h>
|
||||
#define EMSGSIZE WSAEMSGSIZE
|
||||
#define EHOSTUNREACH WSAEHOSTUNREACH
|
||||
#elif HAVE_WINSOCK
|
||||
#include <winsock.h>
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user