The old code used repeated calls to `ToUnicodeEx` to populate the translation table, which is slow and buggy. The new code directly loads the layout driver DLLs from Windows. Associated issues: #2055 #1033 Merge request: !1051 GdkWin32Keymap cleanup Conform to C89, improve comments, whitespace
5 lines
92 B
C
5 lines
92 B
C
#ifndef _WIN64
|
|
#define GDK_WIN32_COMPILE_FOR_WOW64 1
|
|
#include "gdkkeys-win32-impl.c"
|
|
#endif
|