evil: don't depend on the toolchain defined macro.

This commit is contained in:
Cedric BAIL 2014-02-21 16:48:45 +09:00
parent baf558a5c5
commit 5507a84028
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -18,7 +18,7 @@
#define __EVIL_INET_H__
#if ! (_WIN32_WINNT >= _WIN32_WINNT_VISTA)
#if ! (_WIN32_WINNT >= 0x600 /* _WIN32_WINNT_VISTA */)
/**