mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
[USER32]
- Return the right value in CopyImage when copying cursors/icons CORE-7575 svn path=/trunk/; revision=64913
This commit is contained in:
parent
54592b1afb
commit
78c8971f65
1 changed files with 1 additions and 1 deletions
|
@ -1801,7 +1801,7 @@ CURSORICON_CopyImage(
|
||||||
if(ret && (fuFlags & LR_COPYDELETEORG))
|
if(ret && (fuFlags & LR_COPYDELETEORG))
|
||||||
DestroyIcon(hicon);
|
DestroyIcon(hicon);
|
||||||
|
|
||||||
return hicon;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
NTSTATUS WINAPI
|
NTSTATUS WINAPI
|
||||||
|
|
Loading…
Reference in a new issue