- Add 'simple' implementation of MmDbgCopyMemory to read/write virtual memory in...
[reactos.git] / reactos / ntoskrnl / mm / pagefile.c
index 9dfcf7e..1af2fac 100644 (file)
@@ -78,6 +78,7 @@ static KSPIN_LOCK PagingFileListLock;
 
 /* Number of paging files */
 static ULONG MiPagingFileCount;
+ULONG MmNumberOfPagingFiles;
 
 /* Number of pages that are available for swapping */
 ULONG MiFreeSwapPages;