From 795a7e3de23dd99852d68437c02048dfbbd3c865 Mon Sep 17 00:00:00 2001 From: Pieter Hintjens Date: Mon, 18 Jan 2016 13:04:00 +0100 Subject: [PATCH] Revert "Fix missing include for if_nametoindex on Windows." This reverts commit b9dbc5b8caea5491c7330d891e93e2791d84c906. --- src/windows.hpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/windows.hpp b/src/windows.hpp index 3f38f491..3ced6adf 100644 --- a/src/windows.hpp +++ b/src/windows.hpp @@ -37,9 +37,9 @@ #define NOMINMAX // Macros min(a,b) and max(a,b) #endif -// Set target version to Windows Server 2008, Windows Vista or higher. +// Set target version to Windows Server 2003, Windows XP/SP1 or higher. #ifndef _WIN32_WINNT -#define _WIN32_WINNT 0x0600 +#define _WIN32_WINNT 0x0501 #endif #ifdef __MINGW32__ @@ -54,7 +54,6 @@ #include #include #include -#include #if !defined __MINGW32__ #include