Commit dfd09c31 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

winemenubuilder: Print an error message if we are unable to load an lnk file.

parent 9b6d3676
......@@ -1589,6 +1589,10 @@ static BOOL Process_Link( LPCWSTR linkname, BOOL bWait )
InvokeShellLinker( sl, fullname, FALSE );
}
}
else
{
WINE_ERR("unable to load %s\n", wine_dbgstr_w(linkname));
}
IPersistFile_Release( pf );
IShellLinkW_Release( sl );
......
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