Re: [PATCH] oledb32: Ignore IRunnableObject in IDataSourceLocator_QueryInterface.
12 Mar
2017
12 Mar
'17
4:50 a.m.
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.
3202
Age (days ago)
3202
Last active (days ago)
0 comments
1 participants
participants (1)
-
Sebastian Lackner