[PATCH 1/3] windowscodecs: Add a missing FIXME.

Jan Sikorski jsikorski at codeweavers.com
Thu Oct 22 08:07:27 CDT 2020


---
 dlls/windowscodecs/converter.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dlls/windowscodecs/converter.c b/dlls/windowscodecs/converter.c
index 6e4f5c5f9b2..bf2ed9d74f0 100644
--- a/dlls/windowscodecs/converter.c
+++ b/dlls/windowscodecs/converter.c
@@ -859,6 +859,7 @@ static HRESULT copypixels_to_32bppBGRA(struct FormatConverter *This, const WICRe
         }
         return S_OK;
     default:
+        FIXME("Unimplemented conversion path!\n");
         return WINCODEC_ERR_UNSUPPORTEDOPERATION;
     }
 }
-- 
2.27.0




More information about the wine-devel mailing list