From 11cf5d29d40fb8451fd120ac417045418d6d3e2a Mon Sep 17 00:00:00 2001
From: Spoike <acceptthis@users.sourceforge.net>
Date: Wed, 10 Nov 2010 02:02:56 +0000
Subject: [PATCH] That fix anything?

git-svn-id: https://svn.code.sf.net/p/fteqw/code/branches/wip@3637 fc73d0e0-1445-4013-8a0c-d673dee63da5
---
 engine/common/netinc.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/engine/common/netinc.h b/engine/common/netinc.h
index b9685ac77..8e1f42dc8 100644
--- a/engine/common/netinc.h
+++ b/engine/common/netinc.h
@@ -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