https://git.reactos.org/?p=reactos.git;a=commitdiff;h=3f63f236baa5edaa26aed2...
commit 3f63f236baa5edaa26aed223635202a6dd0741db Author: Pierre Schweitzer pierre@reactos.org AuthorDate: Sun Sep 29 14:18:11 2019 +0200 Commit: Pierre Schweitzer pierre@reactos.org CommitDate: Sun Sep 29 14:18:11 2019 +0200
[SDK] Make our MEMORY_SECTION_NAME definitions consistent. I choose the definition which is also used by Wine & Chromium.
CORE-12043 --- sdk/include/ndk/mmtypes.h | 1 - 1 file changed, 1 deletion(-)
diff --git a/sdk/include/ndk/mmtypes.h b/sdk/include/ndk/mmtypes.h index 2e96dcad3e7..5c271938320 100644 --- a/sdk/include/ndk/mmtypes.h +++ b/sdk/include/ndk/mmtypes.h @@ -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;
//