- Return the right value in CopyImage when copying cursors/icons
CORE-7575

svn path=/trunk/; revision=64913
This commit is contained in:
Jérôme Gardou 2014-10-23 09:32:43 +00:00
parent 54592b1afb
commit 78c8971f65

View file

@ -1801,7 +1801,7 @@ CURSORICON_CopyImage(
if(ret && (fuFlags & LR_COPYDELETEORG))
DestroyIcon(hicon);
return hicon;
return ret;
}
NTSTATUS WINAPI