mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 16:02:56 +00:00
- Silence debug traces, SMWCB is the one to tracked.
svn path=/trunk/; revision=56659
This commit is contained in:
parent
c8fd4da71c
commit
571a6d3ce6
1 changed files with 2 additions and 2 deletions
|
@ -601,7 +601,7 @@ static LRESULT handle_internal_message( PWND pWnd, UINT msg, WPARAM wparam, LPAR
|
||||||
pWnd == UserGetMessageWindow() ) // pWnd->fnid == FNID_MESSAGEWND
|
pWnd == UserGetMessageWindow() ) // pWnd->fnid == FNID_MESSAGEWND
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
ERR("Internal Event Msg %p\n",msg);
|
TRACE("Internal Event Msg %p\n",msg);
|
||||||
|
|
||||||
switch(msg)
|
switch(msg)
|
||||||
{
|
{
|
||||||
|
@ -1257,7 +1257,7 @@ co_IntSendMessageTimeoutSingle( HWND hWnd,
|
||||||
|
|
||||||
if (Msg & 0x80000000)
|
if (Msg & 0x80000000)
|
||||||
{
|
{
|
||||||
ERR("SMTS: Internal Message!\n");
|
TRACE("SMTS: Internal Message!\n");
|
||||||
Result = (ULONG_PTR)handle_internal_message( Window, Msg, wParam, lParam );
|
Result = (ULONG_PTR)handle_internal_message( Window, Msg, wParam, lParam );
|
||||||
if (uResult) *uResult = Result;
|
if (uResult) *uResult = Result;
|
||||||
RETURN( TRUE);
|
RETURN( TRUE);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue