Unify variable types across project; use common type for storing numer of pages
This commit is contained in:
@@ -117,7 +117,7 @@ typedef struct _LOADER_MEMORY_MAPPING
|
||||
LIST_ENTRY ListEntry;
|
||||
PVOID VirtualAddress;
|
||||
PVOID PhysicalAddress;
|
||||
UINT NumberOfPages;
|
||||
ULONGLONG NumberOfPages;
|
||||
LOADER_MEMORY_TYPE MemoryType;
|
||||
} LOADER_MEMORY_MAPPING, *PLOADER_MEMORY_MAPPING;
|
||||
|
||||
|
Reference in New Issue
Block a user