[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:
Pierre Schweitzer
2019-09-29 14:18:11 +02:00
parent 3b78ca210e
commit 3f63f236ba

View File

@@ -315,7 +315,6 @@ typedef struct _MEMORY_WORKING_SET_LIST
typedef struct
{
UNICODE_STRING SectionFileName;
WCHAR NameBuffer[ANYSIZE_ARRAY];
} MEMORY_SECTION_NAME, *PMEMORY_SECTION_NAME;
//