Commit 15f86464 authored by Serge Ivanov's avatar Serge Ivanov Committed by Alexandre Julliard

CURSORICON_IconToCursor: inconsistent Lock/Unlock

parent b2ccbb29
......@@ -981,7 +981,7 @@ HCURSOR16 CURSORICON_IconToCursor(HICON16 hIcon, BOOL bSemiTransparent)
pIcon->ptHotSpot.x = pIcon->ptHotSpot.y = 15;
GlobalUnlock(hRet);
GlobalUnlock16(hRet);
}
else
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment