mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-06 19:00:12 +00:00
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 */
|
||||
kblayout = GetKeyboardLayout(0);
|
||||
/* lowest word in the HKL is the LANGID */
|
||||
langid = ((guint32)kblayout) & 0xFFFF;
|
||||
langid = LOWORD (kblayout);
|
||||
/* LCID is the LANGID without order */
|
||||
lcid = langid;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user