mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
[USER32] Fix ImeWndProc_common comment
CORE-11700
This commit is contained in:
parent
9bb5627df6
commit
c7e8b544bc
1 changed files with 1 additions and 1 deletions
|
@ -930,7 +930,7 @@ LRESULT ImeWnd_OnImeSetContext(PIMEUI pimeui, WPARAM wParam, LPARAM lParam)
|
|||
}
|
||||
|
||||
/* The window procedure of the default IME window */
|
||||
/* Win: ImeWndProcWorker(hwnd, msg, wParam, lParam, !unicode) */
|
||||
/* Win: ImeWndProcWorker(pWnd, msg, wParam, lParam, !unicode) */
|
||||
LRESULT WINAPI
|
||||
ImeWndProc_common(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam, BOOL unicode) // ReactOS
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue