Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
openldap
OpenLDAP
Commits
811a90d5
Commit
811a90d5
authored
Sep 14, 2006
by
Howard Chu
Browse files
Fix prev commit
parent
57c329a3
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/ac/socket.h
View file @
811a90d5
...
...
@@ -101,6 +101,7 @@
#undef sock_errno
#undef sock_errstr
#undef sock_errset
#define sock_errno() WSAGetLastError()
#define sock_errstr(e) ber_pvt_wsa_err2string(e)
#define sock_errset(e) WSASetLastError(e)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment