On 24/11/16 07:22, Bruno Jesus wrote:
From: Michael Müller michael@fds-team.de
Manually tested using vbscript.
@@ -250,7 +252,18 @@ static HRESULT WINAPI fw_app_get_ProcessImageFileName( fw_app *This = impl_from_INetFwAuthorizedApplication( iface );
FIXME("%p, %p\n", This, imageFileName);
- return E_NOTIMPL;
- if (!imageFileName)
return E_INVALIDARG;
The return value here is incorrect. I've sent an updated patch+tests to wine-patches
Best Regards Alistair Leslie-Hughes