mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-26 19:33:31 +00:00
Splitted from #8080. The message handling of WM_IME_SYSTEM.0x1D is needed for IME menu handling. JIRA issue: CORE-20142 - Define IMS_IMEMENUITEMSELECTED (0x1D) in <immdev.h>. - Add WM_IME_SYSTEM.0x1D handling in ImeWnd_OnImeSystem function. - Rename and extend User32GetImmFileName function as User32GetSystemFilePath, with adding a filename parameter.