Dmitry Timoshkov wrote:
> "Louis. Lenders" <[EMAIL PROTECTED]> wrote:
>
>> +HRESULT WINAPI CoInternetSetFeatureEnabled(INTERNETFEATURELIST Feature,
>> DWORD flags, BOOL fEnable)
>> +{
>> +FIXME("%p, 0x%08x, %x, stub\n", &Feature, flags, fEnable);
>> +return E_NOTIMPL;
>> +}
>> diff --git
"Louis. Lenders" <[EMAIL PROTECTED]> wrote:
> +HRESULT WINAPI CoInternetSetFeatureEnabled(INTERNETFEATURELIST Feature,
> DWORD flags, BOOL fEnable)
> +{
> +FIXME("%p, 0x%08x, %x, stub\n", &Feature, flags, fEnable);
> +return E_NOTIMPL;
> +}
> diff --git a/dlls/urlmon/urlmon.spec b/dlls/u