- Correct definition of SECTION_OBJECT

svn path=/trunk/; revision=63828
This commit is contained in:
Jérôme Gardou 2014-08-07 10:59:48 +00:00
parent 9ae009c260
commit ca61361ff8

View file

@ -639,6 +639,7 @@ typedef struct _SECTION_OBJECT
{
PVOID StartingVa;
PVOID EndingVa;
PVOID Parent;
PVOID LeftChild;
PVOID RightChild;
PSEGMENT_OBJECT Segment;