mirror of
https://github.com/reactos/reactos.git
synced 2025-01-10 16:18:16 +00:00
Add MI_MIN_SECONDARY_COLORS, MI_SECONDARY_COLORS and MI_MAX_SECONDARY_COLORS for amd64
svn path=/trunk/; revision=48072
This commit is contained in:
parent
72053553f4
commit
8e13b57dcf
1 changed files with 4 additions and 0 deletions
|
@ -42,6 +42,10 @@
|
|||
#define MI_SYSTEM_VIEW_SIZE (16 * 1024 * 1024)
|
||||
#define MI_NUMBER_SYSTEM_PTES 22000
|
||||
|
||||
#define MI_MIN_SECONDARY_COLORS 8
|
||||
#define MI_SECONDARY_COLORS 64
|
||||
#define MI_MAX_SECONDARY_COLORS 1024
|
||||
|
||||
PULONG64
|
||||
FORCEINLINE
|
||||
MmGetPageDirectory(VOID)
|
||||
|
|
Loading…
Reference in a new issue