Codebase list mozc / 0fe35f4
Update patches/support-kfreebsd.patch Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@debian.org> Nobuhiro Iwamatsu 12 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
648648 }
649649 }
650650 -#elif OS_LINUX
651 +#elif OS_LINUX || defined(OS_GNU_KFREEBSD
651 +#elif defined(OS_LINUX) || defined(OS_GNU_KFREEBSD)
652652 const uint16 virtual_key = key_event.nativeVirtualKey();
653653
654654 // The XKB defines three types of logical key code: "xkb::Hiragana",