Skip to content
Snippets Groups Projects
Commit 811a90d5 authored by Howard Chu's avatar Howard Chu
Browse files

Fix prev commit

parent 57c329a3
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment