Commit fe1f3c52 authored by Dylan Smith's avatar Dylan Smith Committed by Alexandre Julliard

user32: Added message spy string for IME Status messages.

parent c51f100f
......@@ -236,7 +236,9 @@ static const char * const MessageTypeNames[SPY_MAX_MSGNUM + 1] =
"EM_GETLIMITTEXT", /* 0x00d5 */
"EM_POSFROMCHAR", /* 0x00d6 */
"EM_CHARFROMPOS", /* 0x00d7 */
NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,
"EM_SETIMESTATUS", /* 0x00d8 */
"EM_GETIMESTATUS", /* 0x00d9 */
NULL, NULL, NULL, NULL, NULL, NULL,
/* 0x00E0 - Win32 Scrollbars */
"SBM_SETPOS", /* 0x00e0 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment