Fixing conflicting type qualifiers for ‘VirtualKeyboard_English1’
This commit is contained in:
parent
511bdd7349
commit
45174c4092
1 changed files with 1 additions and 1 deletions
|
@ -300,7 +300,7 @@ static void SendKeyboardEvent(GKeyboardObject *gk) {
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
extern GVKeyTable GWIN_KEYBOARD_DEFAULT_LAYOUT;
|
extern const GVKeyTable GWIN_KEYBOARD_DEFAULT_LAYOUT;
|
||||||
|
|
||||||
// The button VMT table
|
// The button VMT table
|
||||||
static const gwidgetVMT keyboardVMT = {
|
static const gwidgetVMT keyboardVMT = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue