cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=069a2b027f0d669ef38bd6bc2363026b84f6c215
commit 069a2b027f0d669ef38bd6bc2363026b84f6c215 Author: Cedric Bail <[email protected]> Date: Sun Dec 1 20:55:54 2013 +0900 evil: use the right ifdef. --- src/lib/evil/evil_util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/evil/evil_util.c b/src/lib/evil/evil_util.c index 0bc6501..f888f37 100644 --- a/src/lib/evil/evil_util.c +++ b/src/lib/evil/evil_util.c @@ -88,7 +88,7 @@ evil_utf16_to_utf8(const wchar_t *text16) if (!text16) return NULL; -#if _WIN32_WINNT >= 0x0600 +#if WINVER >= 0x0600 flag = WC_ERR_INVALID_CHARS; #endif --
