mirror of
https://github.com/reactos/reactos.git
synced 2025-06-26 10:39:43 +00:00
You haven't seen those changes. Never.
svn path=/trunk/; revision=66672
This commit is contained in:
parent
c80f97eea6
commit
a0ee24eb0b
2 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@ static RTL_BITMAP AllocBitmap;
|
|||
static ULONG BitmapBuffer[(EMS_TOTAL_PAGES + sizeof(ULONG) - 1) / sizeof(ULONG)];
|
||||
static EMS_PAGE PageTable[EMS_TOTAL_PAGES];
|
||||
static EMS_HANDLE HandleTable[EMS_MAX_HANDLES];
|
||||
static PVOID Mapping[EMS_PHYSICAL_PAGES] = {{NULL}};
|
||||
static PVOID Mapping[EMS_PHYSICAL_PAGES] = { NULL };
|
||||
|
||||
/* PRIVATE FUNCTIONS **********************************************************/
|
||||
|
||||
|
|
|
@ -36,7 +36,7 @@ typedef struct _MEM_HOOK
|
|||
} MEM_HOOK, *PMEM_HOOK;
|
||||
|
||||
static LIST_ENTRY HookList;
|
||||
static PMEM_HOOK PageTable[TOTAL_PAGES] = {{NULL}};
|
||||
static PMEM_HOOK PageTable[TOTAL_PAGES] = { NULL };
|
||||
|
||||
/* PRIVATE FUNCTIONS **********************************************************/
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue