mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 09:11:42 +00:00
[WIN32K]
Add missing locking in BASEOBJ::LockShared. Fixes theming regression. CORE-9535 #resolve svn path=/trunk/; revision=67282
This commit is contained in:
parent
3c137300a8
commit
b8d8a11522
1 changed files with 2 additions and 1 deletions
|
@ -52,7 +52,8 @@ protected:
|
|||
GDILOOBJTYPE loobjtype,
|
||||
OWNER owner)
|
||||
{
|
||||
return 0;
|
||||
/// FIXME: should check owner!
|
||||
return reinterpret_cast<CBASEOBJECT*>(GDIOBJ_ShareLockObj(hobj, loobjtype));
|
||||
}
|
||||
|
||||
VOID
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue