mirror of
https://github.com/reactos/reactos.git
synced 2026-05-30 14:34:57 +08:00
[NTOSKRNL] Unexpected cleanup
This commit is contained in:
@@ -13,14 +13,9 @@
|
||||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
||||
#ifndef VACB_MAPPING_GRANULARITY
|
||||
#define VACB_MAPPING_GRANULARITY (256 * 1024)
|
||||
#endif
|
||||
|
||||
/* GLOBALS *****************************************************************/
|
||||
|
||||
extern KGUARDED_MUTEX ViewLock;
|
||||
extern ULONG CcTotalDirtyPages;
|
||||
|
||||
NTSTATUS CcRosInternalFreeVacb(PROS_VACB Vacb);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user