I found a wrong definition of VK_KANA (virtual-key code) in usr/include/w32api/winuser.h.
I found the definition of VK_KANA in usr/include/w32api/winuser.h is wrong. I would like the following patch applied. --- ./winuser.h.orig 2002-11-26 05:21:14.000000000 +0900 +++ ./winuser.h 2002-12-25 23:20:19.000000000 +0900 @@ -1576,12 +1576,12 @@ #define VK_TAB 9 #define VK_CLEAR 12 #define VK_RETURN 13 -#define VK_KANA 15 #define VK_SHIFT 16 #define VK_CONTROL 17 #define VK_MENU 18 #define VK_PAUSE 19 #define VK_CAPITAL 20 +#define VK_KANA 0x15 #define VK_ESCAPE 0x1B #define VK_SPACE 32 #define VK_PRIOR 33 -- MIYOSHI Masanori mailto:[EMAIL PROTECTED] http://www.boreas.dti.ne.jp/~miyoshi/ -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/