CURSORICON_IconToCursor: inconsistent Lock/Unlock

This commit is contained in:
Serge Ivanov 2000-03-04 19:07:08 +00:00 committed by Alexandre Julliard
parent b2ccbb2926
commit 15f86464c0
1 changed files with 1 additions and 1 deletions

View File

@ -981,7 +981,7 @@ HCURSOR16 CURSORICON_IconToCursor(HICON16 hIcon, BOOL bSemiTransparent)
pIcon->ptHotSpot.x = pIcon->ptHotSpot.y = 15;
GlobalUnlock(hRet);
GlobalUnlock16(hRet);
}
else
{