X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=reactos%2Fdll%2Fwin32%2Fcomctl32%2Fimagelist.c;h=ff35fd4abf8b62dd80e7e7774c918f9c2b5cb829;hp=416c124304cec17e17565b54f7c5ab5deb329fc1;hb=1f1e8b05a2ab2c412d5c4f442f0e063806e03d4f;hpb=d3ddfb63dd07fea7999556a765c737eb42b5f058 diff --git a/reactos/dll/win32/comctl32/imagelist.c b/reactos/dll/win32/comctl32/imagelist.c index 416c124304c..ff35fd4abf8 100644 --- a/reactos/dll/win32/comctl32/imagelist.c +++ b/reactos/dll/win32/comctl32/imagelist.c @@ -3615,7 +3615,7 @@ static HRESULT WINAPI ImageListImpl_SetDragCursorImage(IImageList2 *iface, IUnknown *punk, int iDrag, int dxHotspot, int dyHotspot) { IImageList *iml2 = NULL; - HRESULT ret; + BOOL ret; if (!punk) return E_FAIL;