shell32: update file type associations when requested

Detlef Riekenberg wine.dev at web.de
Fri Jun 12 10:02:31 CDT 2009


On Do, 2009-06-11 at 20:52 +0200, Damjan Jovanovic wrote:
> +
> +    if (wEventId & SHCNE_ASSOCCHANGED)
> +    {
> +        TRACE("refreshing file type associations");
> +        RefreshFileTypeAssociations();
> +    }

"\n" is missing in the TRACE.

The helper function looks like an API call.
Please use lcase.

-- 
 
By by ... Detlef




More information about the wine-devel mailing list