On 28/03/18 03:26, Huw Davies wrote:
On Sun, Mar 25, 2018 at 12:33:57PM -0500, Zebediah Figura wrote:
Signed-off-by: Zebediah Figura <z.figura12(a)gmail.com> --- dlls/ole32/tests/compobj.c | 229 ++++++++++----------------------------------- 1 file changed, 47 insertions(+), 182 deletions(-)
diff --git a/dlls/ole32/tests/compobj.c b/dlls/ole32/tests/compobj.c index f1e0134..da4223b 100644 --- a/dlls/ole32/tests/compobj.c +++ b/dlls/ole32/tests/compobj.c +static DWORD CALLBACK implicit_mta_proc(void *param) +{ + IComThreadingInfo *threading_info; + ULONG_PTR token; + IUnknown *unk; + CLSID clsid;
clsid is unused at this point. I know you'll use it later on. If I wasn't going to ask for other changes, I'd ignore it.
Ah, whoops, I meant to fix that :-/ Thanks for pointing it out.