commit | 15f86464c05d42361764138bd3ef71d00cd6fb12 | [log] [tgz] |
---|---|---|
author | Serge Ivanov <sergei@corel.ca> | Sat Mar 04 19:07:08 2000 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Sat Mar 04 19:07:08 2000 +0000 |
tree | 386f55aed8e38577e1393d7a708de9de8ebe2897 | |
parent | b2ccbb292649c6bb68bc2292918403e8eeb4b6ea [diff] [blame] |
CURSORICON_IconToCursor: inconsistent Lock/Unlock
diff --git a/objects/cursoricon.c b/objects/cursoricon.c index bc5914e..5b59686 100644 --- a/objects/cursoricon.c +++ b/objects/cursoricon.c
@@ -981,7 +981,7 @@ pIcon->ptHotSpot.x = pIcon->ptHotSpot.y = 15; - GlobalUnlock(hRet); + GlobalUnlock16(hRet); } else {