immodule: Stop gcc from complaining
This commit is contained in:
parent
766b1b9886
commit
1d980192fa
@ -899,7 +899,7 @@ get_current_input_language (void)
|
|||||||
/* Current thread's keyboard layout */
|
/* Current thread's keyboard layout */
|
||||||
kblayout = GetKeyboardLayout(0);
|
kblayout = GetKeyboardLayout(0);
|
||||||
/* lowest word in the HKL is the LANGID */
|
/* lowest word in the HKL is the LANGID */
|
||||||
langid = ((guint32)kblayout) & 0xFFFF;
|
langid = LOWORD (kblayout);
|
||||||
/* LCID is the LANGID without order */
|
/* LCID is the LANGID without order */
|
||||||
lcid = langid;
|
lcid = langid;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user