Serge Gautherie : windowscodecs: Fix an MSVC warning about get_decoder_info().

Alexandre Julliard julliard at winehq.org
Fri Jul 13 15:01:47 CDT 2018


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

Author: Serge Gautherie <winehq-git_serge_180711 at gautherie.fr>
Date:   Wed Jul 11 17:37:09 2018 +0200

windowscodecs: Fix an MSVC warning about get_decoder_info().

Signed-off-by: Serge Gautherie <winehq-git_serge_180711 at gautherie.fr>
Signed-off-by: Vincent Povirk <vincent at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/windowscodecs/info.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/windowscodecs/info.c b/dlls/windowscodecs/info.c
index 21e6610..e131107 100644
--- a/dlls/windowscodecs/info.c
+++ b/dlls/windowscodecs/info.c
@@ -2155,7 +2155,7 @@ void ReleaseComponentInfos(void)
         IWICComponentInfo_Release(&info->IWICComponentInfo_iface);
 }
 
-HRESULT get_decoder_info(const CLSID *clsid, IWICBitmapDecoderInfo **info)
+HRESULT get_decoder_info(REFCLSID clsid, IWICBitmapDecoderInfo **info)
 {
     IWICComponentInfo *compinfo;
     HRESULT hr;




More information about the wine-cvs mailing list