Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
72a41c50
Commit
72a41c50
authored
Mar 03, 2015
by
Sebastian Lackner
Committed by
Alexandre Julliard
Mar 03, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Fix definition of SECTION_BASIC_INFORMATION and SECTION_IMAGE_INFORMATION.
Based on a patch by Dmitry Timoshkov.
parent
1146e251
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
10 deletions
+15
-10
winternl.h
include/winternl.h
+15
-10
No files found.
include/winternl.h
View file @
72a41c50
...
...
@@ -1792,23 +1792,28 @@ typedef enum _SECTION_INFORMATION_CLASS
}
SECTION_INFORMATION_CLASS
;
typedef
struct
_SECTION_BASIC_INFORMATION
{
ULONG
BaseAddress
;
PVOID
BaseAddress
;
ULONG
Attributes
;
LARGE_INTEGER
Size
;
}
SECTION_BASIC_INFORMATION
,
*
PSECTION_BASIC_INFORMATION
;
typedef
struct
_SECTION_IMAGE_INFORMATION
{
PVOID
EntryPoint
;
ULONG
Stack
ZeroBits
;
ULONG
StackReserved
;
ULONG
StackCommit
;
ULONG
ImageSubsystem
;
PVOID
TransferAddress
;
ULONG
ZeroBits
;
SIZE_T
MaximumStackSize
;
SIZE_T
CommittedStackSize
;
ULONG
SubSystemType
;
WORD
SubsystemVersionLow
;
WORD
SubsystemVersionHigh
;
ULONG
Unknown1
;
ULONG
ImageCharacteristics
;
ULONG
ImageMachineType
;
ULONG
Unknown2
[
3
];
ULONG
GpValue
;
USHORT
ImageCharacteristics
;
USHORT
DllCharacteristics
;
USHORT
Machine
;
BOOLEAN
ImageContainsCode
;
UCHAR
ImageFlags
;
ULONG
LoaderFlags
;
ULONG
ImageFileSize
;
ULONG
CheckSum
;
}
SECTION_IMAGE_INFORMATION
,
*
PSECTION_IMAGE_INFORMATION
;
typedef
struct
_LPC_SECTION_WRITE
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment