From 5507a840289c25deb753389d269c751415510bf5 Mon Sep 17 00:00:00 2001 From: Cedric BAIL Date: Fri, 21 Feb 2014 16:48:45 +0900 Subject: [PATCH] evil: don't depend on the toolchain defined macro. --- src/lib/evil/evil_inet.c | 2 +- src/lib/evil/evil_inet.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/evil/evil_inet.c b/src/lib/evil/evil_inet.c index e455d0ea00..05d130c77d 100644 --- a/src/lib/evil/evil_inet.c +++ b/src/lib/evil/evil_inet.c @@ -22,7 +22,7 @@ * * modification of the management of the error */ -#if ! (_WIN32_WINNT >= _WIN32_WINNT_VISTA) +#if ! (_WIN32_WINNT >= 0x600 /* _WIN32_WINNT_VISTA */) #ifdef HAVE_CONFIG_H # include "config.h" diff --git a/src/lib/evil/evil_inet.h b/src/lib/evil/evil_inet.h index 4db49b8acd..6858a83c25 100644 --- a/src/lib/evil/evil_inet.h +++ b/src/lib/evil/evil_inet.h @@ -18,7 +18,7 @@ #define __EVIL_INET_H__ -#if ! (_WIN32_WINNT >= _WIN32_WINNT_VISTA) +#if ! (_WIN32_WINNT >= 0x600 /* _WIN32_WINNT_VISTA */) /**