[PATCH 1/4] windowscodecs: Add helper to create internal COM classes without CoCreateInstance call if possible

Vincent Povirk madewokherd at gmail.com
Thu Mar 5 20:37:42 CST 2015


Thanks for working on this. The series looks good to me.

+    hr = WICCreateImagingFactory_Proxy(WINCODEC_SDK_VERSION, &factory);
+    ok(hr == S_OK, "CoCreateInstance error %#x\n", hr);

This message doesn't match the call.



More information about the wine-devel mailing list