mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 22:51:57 +00:00
That fix anything?
git-svn-id: https://svn.code.sf.net/p/fteqw/code/branches/wip@3637 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
321dc86b43
commit
11cf5d29d4
1 changed files with 3 additions and 3 deletions
|
@ -16,9 +16,9 @@
|
|||
#ifdef USEIPX
|
||||
#include "wsipx.h"
|
||||
#endif
|
||||
#ifdef IPPROTO_IPV6
|
||||
#include <ws2tcpip.h>
|
||||
#else
|
||||
#include <ws2tcpip.h>
|
||||
#ifndef IPPROTO_IPV6
|
||||
/*for msvc6*/
|
||||
#define IPPROTO_IPV6
|
||||
#define EAI_NONAME 8
|
||||
struct ip6_scope_id
|
||||
|
|
Loading…
Reference in a new issue