mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 17:03:02 +00:00
- Removes next phase for DesktopWndProcA.
svn path=/trunk/; revision=54429
This commit is contained in:
parent
2aea093e9f
commit
e7ee1e3edf
1 changed files with 0 additions and 27 deletions
|
@ -1896,33 +1896,6 @@ DispatchMessageW(CONST MSG *lpmsg)
|
||||||
return Ret;
|
return Ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
LRESULT
|
|
||||||
WINAPI
|
|
||||||
DesktopWndProcA( HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam )
|
|
||||||
{
|
|
||||||
LRESULT Result;
|
|
||||||
MSG AnsiMsg, UcMsg;
|
|
||||||
|
|
||||||
ERR("Desktop A Class Atom! hWnd 0x%x, Msg %d\n", hwnd, message);
|
|
||||||
|
|
||||||
AnsiMsg.hwnd = hwnd;
|
|
||||||
AnsiMsg.message = message;
|
|
||||||
AnsiMsg.wParam = wParam;
|
|
||||||
AnsiMsg.lParam = lParam;
|
|
||||||
|
|
||||||
// Desktop is always Unicode so convert Ansi here.
|
|
||||||
if (!MsgiAnsiToUnicodeMessage(hwnd, &UcMsg, &AnsiMsg))
|
|
||||||
{
|
|
||||||
return FALSE;
|
|
||||||
}
|
|
||||||
|
|
||||||
Result = DesktopWndProcW(hwnd, message, UcMsg.wParam, UcMsg.lParam);
|
|
||||||
|
|
||||||
MsgiAnsiToUnicodeCleanup(&UcMsg, &AnsiMsg);
|
|
||||||
|
|
||||||
return Result;
|
|
||||||
}
|
|
||||||
|
|
||||||
static VOID
|
static VOID
|
||||||
IntConvertMsgToAnsi(LPMSG lpMsg)
|
IntConvertMsgToAnsi(LPMSG lpMsg)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue