mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 01:15:09 +00:00
[WIN32SS]
"Internal Message!" : this is just an informative message, not an error. svn path=/trunk/; revision=58554
This commit is contained in:
parent
b87a8c0e69
commit
eb4a8b8818
1 changed files with 1 additions and 1 deletions
|
@ -1557,7 +1557,7 @@ co_IntSendMessageWithCallBack( HWND hWnd,
|
|||
{
|
||||
if (Win32Thread->TIF_flags & TIF_INCLEANUP) RETURN( FALSE);
|
||||
|
||||
ERR("SMWCB: Internal Message!\n");
|
||||
TRACE("SMWCB: Internal Message!\n");
|
||||
Result = (ULONG_PTR)handle_internal_message( Window, Msg, wParam, lParam );
|
||||
if (uResult) *uResult = Result;
|
||||
RETURN( TRUE);
|
||||
|
|
Loading…
Reference in a new issue