aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
authorEli Zaretskii2012-08-10 09:54:37 +0300
committerEli Zaretskii2012-08-10 09:54:37 +0300
commitd30be705dfb9a14e6ac07df9e8b61f09ed96d95e (patch)
tree1ceb8ebe75f221e0c730cf00050b090c12a25457 /lib-src
parent4b94e8cfe59df775a3eb510ec67764e22c91ebd5 (diff)
downloademacs-d30be705dfb9a14e6ac07df9e8b61f09ed96d95e.tar.gz
emacs-d30be705dfb9a14e6ac07df9e8b61f09ed96d95e.zip
Fix bug #10299 with Unicode characters sent on MS-Windows by MSKLC.
src/w32fns.c (INIT_WINDOW_CLASS): New macro. (w32_init_class): Use it to initialize the Emacs class with either ANSI or Unicode API calls. (w32_msg_pump): Call GetMessageW and DispatchMessageW on NT and later. (w32_wnd_proc): If the character code sent by WM_CHAR or WM_SYSCHAR is above 255, post a WM_UNICHAR message, not the original message. Call DefWindowProcW on NT and later.
Diffstat (limited to 'lib-src')
0 files changed, 0 insertions, 0 deletions