[USER32] Fix ImeWndProc_common comment

CORE-11700
This commit is contained in:
Katayama Hirofumi MZ 2022-11-13 08:49:38 +09:00
parent 9bb5627df6
commit c7e8b544bc

View file

@ -930,7 +930,7 @@ LRESULT ImeWnd_OnImeSetContext(PIMEUI pimeui, WPARAM wParam, LPARAM lParam)
} }
/* The window procedure of the default IME window */ /* The window procedure of the default IME window */
/* Win: ImeWndProcWorker(hwnd, msg, wParam, lParam, !unicode) */ /* Win: ImeWndProcWorker(pWnd, msg, wParam, lParam, !unicode) */
LRESULT WINAPI LRESULT WINAPI
ImeWndProc_common(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam, BOOL unicode) // ReactOS ImeWndProc_common(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam, BOOL unicode) // ReactOS
{ {