[PATCH] wmvcore: add WMCheckURLScheme stub

Alexandre Julliard julliard at winehq.org
Mon Jun 12 12:37:58 CDT 2017


Austin English <austinenglish at gmail.com> writes:

> +HRESULT WINAPI WMCheckURLScheme(const WCHAR *scheme)
> +{
> +    FIXME("(%s): stub\n", wine_dbgstr_w(scheme));
> +
> +    return ERROR_INVALID_NAME;

That's not an HRESULT.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list