Destroying cursor is not necessarily an error.

oldstable
Duane Clark 2001-12-26 20:30:20 +00:00 committed by Alexandre Julliard
parent 42f5eea0f5
commit 1a399a2bb9
1 changed files with 1 additions and 1 deletions

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