mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 19:26:16 +00:00
- Fix typos in NDK structures.
svn path=/trunk/; revision=33930
This commit is contained in:
@@ -304,17 +304,17 @@ typedef struct _SECTION_IMAGE_INFORMATION
|
||||
ULONG ZeroBits;
|
||||
ULONG MaximumStackSize;
|
||||
ULONG CommittedStackSize;
|
||||
ULONG SubsystemType;
|
||||
ULONG SubSystemType;
|
||||
USHORT SubSystemMinorVersion;
|
||||
USHORT SubSystemMajorVersion;
|
||||
ULONG GpValue;
|
||||
USHORT ImageCharacteristics;
|
||||
USHORT DllChracteristics;
|
||||
USHORT DllCharacteristics;
|
||||
USHORT Machine;
|
||||
UCHAR ImageContainsCode;
|
||||
UCHAR Spare1;
|
||||
ULONG LoaderFlags;
|
||||
ULONG ImageFileSIze;
|
||||
ULONG ImageFileSize;
|
||||
ULONG Reserved[1];
|
||||
} SECTION_IMAGE_INFORMATION, *PSECTION_IMAGE_INFORMATION;
|
||||
|
||||
@@ -369,7 +369,7 @@ typedef struct _SEGMENT
|
||||
ULONG NumberOfCommittedPages;
|
||||
PMMEXTEND_INFO ExtendInfo;
|
||||
SEGMENT_FLAGS SegmentFlags;
|
||||
PVOID BaseAddress;
|
||||
PVOID BasedAddress;
|
||||
union
|
||||
{
|
||||
SIZE_T ImageCommitment;
|
||||
|
||||
@@ -4262,7 +4262,7 @@ NtQuerySection(IN HANDLE SectionHandle,
|
||||
Sii->TransferAddress = (PVOID)ImageSectionObject->EntryPoint;
|
||||
Sii->MaximumStackSize = ImageSectionObject->StackReserve;
|
||||
Sii->CommittedStackSize = ImageSectionObject->StackCommit;
|
||||
Sii->SubsystemType = ImageSectionObject->Subsystem;
|
||||
Sii->SubSystemType = ImageSectionObject->Subsystem;
|
||||
Sii->SubSystemMinorVersion = ImageSectionObject->MinorSubsystemVersion;
|
||||
Sii->SubSystemMajorVersion = ImageSectionObject->MajorSubsystemVersion;
|
||||
Sii->ImageCharacteristics = ImageSectionObject->ImageCharacteristics;
|
||||
|
||||
Reference in New Issue
Block a user