cedric pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=5507a840289c25deb753389d269c751415510bf5

commit 5507a840289c25deb753389d269c751415510bf5
Author: Cedric BAIL <cedric.b...@samsung.com>
Date:   Fri Feb 21 16:48:45 2014 +0900

    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 e455d0e..05d130c 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 4db49b8..6858a83 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 */)
 
 
 /**

-- 


Reply via email to