mirror of
https://github.com/reactos/wine.git
synced 2025-02-21 13:23:25 +00:00
CURSORICON_IconToCursor: inconsistent Lock/Unlock
This commit is contained in:
parent
b2ccbb2926
commit
15f86464c0
@ -981,7 +981,7 @@ HCURSOR16 CURSORICON_IconToCursor(HICON16 hIcon, BOOL bSemiTransparent)
|
|||||||
|
|
||||||
pIcon->ptHotSpot.x = pIcon->ptHotSpot.y = 15;
|
pIcon->ptHotSpot.x = pIcon->ptHotSpot.y = 15;
|
||||||
|
|
||||||
GlobalUnlock(hRet);
|
GlobalUnlock16(hRet);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user