mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +00:00
Add comments from cc-branch headers to trunk to make the header patch smaller.
svn path=/trunk/; revision=22977
This commit is contained in:
parent
f4539b7037
commit
555c9d0ec0
1 changed files with 5 additions and 5 deletions
|
@ -165,12 +165,12 @@ typedef struct
|
|||
|
||||
typedef struct _MM_SECTION_SEGMENT
|
||||
{
|
||||
LONGLONG FileOffset;
|
||||
ULONG_PTR VirtualAddress;
|
||||
ULONG RawLength;
|
||||
ULONG Length;
|
||||
LONGLONG FileOffset; /* start offset into the file for image sections */
|
||||
ULONG_PTR VirtualAddress; /* dtart offset into the address range for image sections */
|
||||
ULONG RawLength; /* length of the segment which is part of the mapped file */
|
||||
ULONG Length; /* absolute length of the segment */
|
||||
ULONG Protection;
|
||||
FAST_MUTEX Lock;
|
||||
FAST_MUTEX Lock; /* lock which protects the page directory */
|
||||
ULONG ReferenceCount;
|
||||
SECTION_PAGE_DIRECTORY PageDirectory;
|
||||
ULONG Flags;
|
||||
|
|
Loading…
Reference in a new issue