android fix, enables ipv6. should stop the crashes, though that's a separate issue really.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4003 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2012-02-29 20:54:22 +00:00
parent 95569fc5dd
commit 6bd53e82a3
1 changed files with 4 additions and 0 deletions

View File

@ -113,6 +113,10 @@
#define ioctlsocket ioctl
#endif
#if defined(AF_INET6) && !defined(IPPROTO_IPV6)
#define IPPROTO_IPV6 IPPROTO_IPV6
#endif
#define SOCKET int
#endif