Destroying cursor is not necessarily an error.

This commit is contained in:
Duane Clark 2001-12-26 20:30:20 +00:00 committed by Alexandre Julliard
parent 42f5eea0f5
commit 1a399a2bb9

View File

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