Some GDI fixes

This commit is contained in:
momo5502
2025-02-14 14:10:35 +01:00
parent 39ffa6c87b
commit 665ff99504
4 changed files with 40 additions and 9 deletions

View File

@@ -289,7 +289,7 @@ typedef struct _PEB64
ULONG MaximumNumberOfHeaps;
std::uint64_t** ProcessHeaps; // PHEAP
std::uint64_t* GdiSharedHandleTable; // PGDI_SHARED_MEMORY
std::uint64_t GdiSharedHandleTable; // PGDI_SHARED_MEMORY
std::uint64_t* ProcessStarterHelper;
ULONG GdiDCAttributeList;