[Wine-patches] [eterhack] winex11.drv: Fix build.
Dmitry Timoshkov
dtimoshkov на etersoft.ru
Пт Авг 24 10:53:44 MSK 2012
---
dlls/winex11.drv/keyboard.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dlls/winex11.drv/keyboard.c b/dlls/winex11.drv/keyboard.c
index 9e2cc55..2784125 100644
--- a/dlls/winex11.drv/keyboard.c
+++ b/dlls/winex11.drv/keyboard.c
@@ -2036,7 +2036,7 @@ SHORT CDECL X11DRV_VkKeyScanEx(WCHAR wChar, HKL hkl)
SHORT ret;
/* Etersoft's comment: what the broken conversion WCHAR to one byte */
-#ifdef 0
+#if 0
/* FIXME: what happens if wChar is not a Latin1 character and CP_UNIXCP
* is UTF-8 (multibyte encoding)?
*/
--
1.7.11.5
Подробная информация о списке рассылки Wine-patches