Author: pschweitzer Date: Mon Sep 30 06:22:27 2013 New Revision: 60469
URL: http://svn.reactos.org/svn/reactos?rev=60469&view=rev Log: [PSDK] Add missing define for MEMORY_SECTION_NAME
Modified: trunk/reactos/include/psdk/winternl.h
Modified: trunk/reactos/include/psdk/winternl.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/psdk/winternl.h?rev... ============================================================================== --- trunk/reactos/include/psdk/winternl.h [iso-8859-1] (original) +++ trunk/reactos/include/psdk/winternl.h [iso-8859-1] Mon Sep 30 06:22:27 2013 @@ -837,6 +837,11 @@ MemorySectionName, MemoryBasicVlmInformation } MEMORY_INFORMATION_CLASS; + +typedef struct _MEMORY_SECTION_NAME +{ + UNICODE_STRING SectionFileName; +} MEMORY_SECTION_NAME, *PMEMORY_SECTION_NAME;
typedef enum _MUTANT_INFORMATION_CLASS {