mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[GDI32] Fix up GdiFixUpHandle
This commit is contained in:
@@ -745,7 +745,7 @@ GdiFixUpHandle(HGDIOBJ hGdiObj)
|
||||
Entry = GdiHandleTable + GDI_HANDLE_GET_INDEX(hGdiObj);
|
||||
|
||||
/* Rebuild handle for Object */
|
||||
return hGdiObj = (HGDIOBJ)(((LONG_PTR)(hGdiObj)) | (Entry->Type << GDI_ENTRY_UPPER_SHIFT));
|
||||
return (HGDIOBJ)(((ULONG_PTR)(hGdiObj)) | (Entry->Type << GDI_ENTRY_UPPER_SHIFT));
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user