Skip to content
Snippets Groups Projects
Commit a582cfbf authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Fix up socket.h

parent 1cae09c0
No related branches found
No related tags found
No related merge requests found
......@@ -21,6 +21,8 @@
#ifdef HAVE_WINSOCK2
#include <winsock2.h>
#define EMSGSIZE WSAEMSGSIZE
#define EHOSTUNREACH WSAEHOSTUNREACH
#elif HAVE_WINSOCK
#include <winsock.h>
#endif
......
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