mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
- Move global variable declaration to .c file instead of a header. Hinted by Timo.
svn path=/trunk/; revision=36062
This commit is contained in:
@@ -388,8 +388,6 @@ typedef VOID
|
||||
BOOLEAN Dirty
|
||||
);
|
||||
|
||||
PMM_AVL_TABLE MmKernelAddressSpace;
|
||||
|
||||
/* marea.c *******************************************************************/
|
||||
|
||||
NTSTATUS
|
||||
|
||||
@@ -22,6 +22,8 @@ ULONG MmReadClusterSize;
|
||||
|
||||
MM_STATS MmStats;
|
||||
|
||||
PMM_AVL_TABLE MmKernelAddressSpace;
|
||||
|
||||
/* FUNCTIONS ****************************************************************/
|
||||
|
||||
VOID
|
||||
|
||||
Reference in New Issue
Block a user