mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 04:13:37 +00:00
You haven't seen those changes. Never.
svn path=/trunk/; revision=66672
This commit is contained in:
@@ -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 **********************************************************/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user