[PATCH 1/3] windowscodecs: Add stub for DdsFrameDecode.

Esme Povirk (they/them) vincent at codeweavers.com
Mon Apr 27 14:19:53 CDT 2020


+    hr = DdsFrameDecode_CreateInstance(&frame_decode);
+    if (hr == S_OK) *ppIBitmapFrame =
&frame_decode->IWICBitmapFrameDecode_iface;
+
+    return S_OK;

I think this should return hr.



More information about the wine-devel mailing list