[WIN32SS]

"Internal Message!" : this is just an informative message, not an error.

svn path=/trunk/; revision=58554
This commit is contained in:
Hermès Bélusca-Maïto 2013-03-19 01:28:50 +00:00
parent b87a8c0e69
commit eb4a8b8818

View file

@ -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);