mirror of
https://github.com/reactos/reactos.git
synced 2025-01-05 22:12:46 +00:00
[SDK] Make our MEMORY_SECTION_NAME definitions consistent.
I choose the definition which is also used by Wine & Chromium. CORE-12043
This commit is contained in:
parent
3b78ca210e
commit
3f63f236ba
1 changed files with 0 additions and 1 deletions
|
@ -315,7 +315,6 @@ typedef struct _MEMORY_WORKING_SET_LIST
|
||||||
typedef struct
|
typedef struct
|
||||||
{
|
{
|
||||||
UNICODE_STRING SectionFileName;
|
UNICODE_STRING SectionFileName;
|
||||||
WCHAR NameBuffer[ANYSIZE_ARRAY];
|
|
||||||
} MEMORY_SECTION_NAME, *PMEMORY_SECTION_NAME;
|
} MEMORY_SECTION_NAME, *PMEMORY_SECTION_NAME;
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in a new issue