From 5aeeadda177a9086da57ec605fffd2ecd7986d62 Mon Sep 17 00:00:00 2001 From: Pierre Schweitzer Date: Wed, 30 Oct 2013 10:51:30 +0000 Subject: [PATCH] [NDK] Complete MEMORY_INFORMATION_CLASS by adding a missing class (at the proper place): MemoryWorkingSetExList Alex, could you review please? Not fully sure about the name of such class. svn path=/trunk/; revision=60793 --- reactos/include/ndk/mmtypes.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/reactos/include/ndk/mmtypes.h b/reactos/include/ndk/mmtypes.h index 3a5a4766b74..ddedd15b8a4 100644 --- a/reactos/include/ndk/mmtypes.h +++ b/reactos/include/ndk/mmtypes.h @@ -169,7 +169,8 @@ typedef enum _MEMORY_INFORMATION_CLASS MemoryBasicInformation, MemoryWorkingSetList, MemorySectionName, - MemoryBasicVlmInformation + MemoryBasicVlmInformation, + MemoryWorkingSetExList } MEMORY_INFORMATION_CLASS; //