mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
Fix build.
svn path=/trunk/; revision=26558
This commit is contained in:
@@ -41,7 +41,7 @@ STDCALL
|
||||
GdiFixUpHandle(HGDIOBJ hGdiObj)
|
||||
{
|
||||
if (((ULONG_PTR)(hGdiObj)) & GDI_HANDLE_UPPER_MASK ) return hGdiObj;
|
||||
PGDI_TABLE_ENTRY Entry = GdiHandleTable + GDI_HANDLE_TO_ENTRY(hGdiObj);
|
||||
PGDI_TABLE_ENTRY Entry = GdiHandleTable + GDI_HANDLE_GET_INDEX(hGdiObj);
|
||||
return hGdiObj = (HGDIOBJ)(((LONG_PTR)(hGdiObj)) |
|
||||
(Entry->Type << 16)); // Rebuild handle for Object
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user