evil: don't depend on the toolchain defined macro.
authorCedric BAIL <cedric.bail@samsung.com>
Fri, 21 Feb 2014 07:48:45 +0000 (16:48 +0900)
committerCedric BAIL <cedric.bail@samsung.com>
Fri, 21 Feb 2014 07:48:45 +0000 (16:48 +0900)
src/lib/evil/evil_inet.c
src/lib/evil/evil_inet.h

index e455d0ea00798b546301595d34f55b077044ac37..05d130c77d836e0260313be7b609fa8976eed28b 100644 (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"
index 4db49b8acdf0676f249d8b51adda42bf735e896b..6858a83c2508d995e66bd82dd7992d19216451af 100644 (file)
@@ -18,7 +18,7 @@
 #define __EVIL_INET_H__
 
 
-#if ! (_WIN32_WINNT >= _WIN32_WINNT_VISTA)
+#if ! (_WIN32_WINNT >= 0x600 /* _WIN32_WINNT_VISTA */)
 
 
 /**