evil: use the right ifdef.

This commit is contained in:
Cedric Bail 2013-12-01 20:55:54 +09:00
parent cd60144d87
commit 069a2b027f
1 changed files with 1 additions and 1 deletions

View File

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