kernel32: add a stub for WerSetFlags

Dmitry Timoshkov dmitry at baikal.ru
Thu Jul 5 08:26:35 CDT 2012


Austin English <austinenglish at gmail.com> wrote:

> +HRESULT WINAPI WerSetFlags(DWORD flags)
> +{
> +    FIXME("(%d) stub!\n", flags);
> +    return E_NOTIMPL;
> +}

1. 'flags' is unsigned
2. if it's supposed to be bit flags then printing it in decimal
is not helpful.

-- 
Dmitry.



More information about the wine-devel mailing list