mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-28 12:23:28 +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:
@@ -52,7 +52,8 @@ protected:
|
||||
GDILOOBJTYPE loobjtype,
|
||||
OWNER owner)
|
||||
{
|
||||
return 0;
|
||||
/// FIXME: should check owner!
|
||||
return reinterpret_cast<CBASEOBJECT*>(GDIOBJ_ShareLockObj(hobj, loobjtype));
|
||||
}
|
||||
|
||||
VOID
|
||||
|
||||
Reference in New Issue
Block a user