mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 06:33:01 +00:00
[win32k]
-Remove an unneeded debug message svn path=/trunk/; revision=50043
This commit is contained in:
parent
5996aeb16b
commit
5a3dff4bd2
1 changed files with 0 additions and 2 deletions
|
@ -910,8 +910,6 @@ UserPostThreadMessage( DWORD idThread,
|
||||||
LARGE_INTEGER LargeTickCount;
|
LARGE_INTEGER LargeTickCount;
|
||||||
NTSTATUS Status;
|
NTSTATUS Status;
|
||||||
|
|
||||||
DPRINT1("UserPostThreadMessage wParam 0x%x lParam 0x%x\n", wParam,lParam);
|
|
||||||
|
|
||||||
if (FindMsgMemory(Msg) != 0)
|
if (FindMsgMemory(Msg) != 0)
|
||||||
{
|
{
|
||||||
SetLastWin32Error(ERROR_MESSAGE_SYNC_ONLY );
|
SetLastWin32Error(ERROR_MESSAGE_SYNC_ONLY );
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue