Update modified page list enum terminology

This commit is contained in:
2025-12-23 13:55:42 +01:00
parent 560cd43b34
commit 0fd2b8b729

View File

@@ -33,7 +33,7 @@ typedef enum _MMPAGELISTS
FreePageList = 1,
StandbyPageList = 2,
ModifiedPageList = 3,
ModifiedNoWritePageList = 4,
ModifiedReadOnlyPageList = 4,
BadPageList = 5,
ActiveAndValid = 6,
TransitionPage = 7