Skip to content
Snippets Groups Projects
Commit 1a399a2b authored by Duane Clark's avatar Duane Clark Committed by Alexandre Julliard
Browse files

Destroying cursor is not necessarily an error.

parent 42f5eea0
Branches
Tags
No related merge requests found
......@@ -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 );
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment