mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 01:45:40 +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,
|
GDILOOBJTYPE loobjtype,
|
||||||
OWNER owner)
|
OWNER owner)
|
||||||
{
|
{
|
||||||
return 0;
|
/// FIXME: should check owner!
|
||||||
|
return reinterpret_cast<CBASEOBJECT*>(GDIOBJ_ShareLockObj(hobj, loobjtype));
|
||||||
}
|
}
|
||||||
|
|
||||||
VOID
|
VOID
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue