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…
Reference in New Issue