Jan Sikorski : windowscodecs: Add a missing FIXME.

Alexandre Julliard julliard at winehq.org
Fri Oct 23 14:27:19 CDT 2020


Module: wine
Branch: master
Commit: f3752eb58f306aa08dd2a586111fee5e35d46e2e
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=f3752eb58f306aa08dd2a586111fee5e35d46e2e

Author: Jan Sikorski <jsikorski at codeweavers.com>
Date:   Thu Oct 22 15:07:27 2020 +0200

windowscodecs: Add a missing FIXME.

Signed-off-by: Jan Sikorski <jsikorski at codeweavers.com>
Signed-off-by: Esme Povirk <esme at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 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;
     }
 }




More information about the wine-cvs mailing list