shell32/autocomplete: Send some messages directly to the edit control's procedure.
commit087c24dfdc4496ed983f44eb19934e482cf7413a
authorGabriel Ivăncescu <gabrielopcode@gmail.com>
Sat, 22 Sep 2018 14:53:43 +0000 (22 17:53 +0300)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 24 Sep 2018 20:41:29 +0000 (24 22:41 +0200)
treef45140a2f4bb71872f957f3aef50e3c478e11a01
parentce254b5f6d90ea23b57cf865f526b27d83f36115
shell32/autocomplete: Send some messages directly to the edit control's procedure.

Send some of the messages directly to the edit control's window procedure
to match Windows behavior and to be able to process WM_SETTEXT.

Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
dlls/shell32/autocomplete.c