Commit 1a399a2b authored by Duane Clark's avatar Duane Clark Committed by Alexandre Julliard

Destroying cursor is not necessarily an error.

parent 42f5eea0
......@@ -1303,7 +1303,7 @@ WORD WINAPI DestroyIcon32( HGLOBAL16 handle, UINT16 flags )
if ( hActiveCursor == handle )
{
ERR_(cursor)("Destroying active cursor!\n" );
WARN_(cursor)("Destroying active cursor!\n" );
SetCursor( 0 );
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment