[PATCH] oledb32: Ignore IRunnableObject in IDataSourceLocator_QueryInterface.

Sebastian Lackner sebastian at fds-team.de
Sat Mar 11 22:50:49 CST 2017


On 12.03.2017 05:34, Alistair Leslie-Hughes wrote:
> +    else if (IsEqualIID(riid, &IID_IDataInitialize))
> +    {
> +      TRACE("IID_IRunnableObject returning NULL\n");
> +    }

You are checking for the wrong IID. Also, the TRACE does not really prevent
that the FIXME message shows up.




More information about the wine-devel mailing list