When will microsoft manage to follow some sort of standard?
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@912 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
9cf6a660db
commit
219fd9ec38
1 changed files with 4 additions and 0 deletions
|
@ -793,6 +793,10 @@ int Plug_Con_RenameSub(void *offset, unsigned int mask, const long *arg)
|
|||
#define EADDRNOTAVAIL WSAEADDRNOTAVAIL
|
||||
|
||||
#define qerrno WSAGetLastError()
|
||||
|
||||
#ifdef IPPROTO_IPV6
|
||||
#include <ws2tcpip.h>
|
||||
#endif
|
||||
#else
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue