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
a5b5be49
Commit
a5b5be49
authored
May 29, 2020
by
Paul Gofman
Committed by
Alexandre Julliard
May 29, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include/ddk: Update the IMAGE_INFO structure.
Signed-off-by:
Paul Gofman
<
pgofman@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
eb7f7847
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
ntddk.h
include/ddk/ntddk.h
+7
-1
No files found.
include/ddk/ntddk.h
View file @
a5b5be49
...
...
@@ -107,6 +107,8 @@ typedef enum _CONFIGURATION_TYPE
MaximumType
}
CONFIGURATION_TYPE
,
*
PCONFIGURATION_TYPE
;
#define IMAGE_ADDRESSING_MODE_32BIT 3
typedef
struct
_IMAGE_INFO
{
union
...
...
@@ -118,7 +120,11 @@ typedef struct _IMAGE_INFO
ULONG
SystemModeImage
:
1
;
ULONG
ImageMappedToAllPids
:
1
;
ULONG
ExtendedInfoPresent
:
1
;
ULONG
Reserved
:
21
;
ULONG
MachineTypeMismatch
:
1
;
ULONG
ImageSignatureLevel
:
4
;
ULONG
ImageSignatureType
:
3
;
ULONG
ImagePartialMap
:
1
;
ULONG
Reserved
:
12
;
}
DUMMYSTRUCTNAME
;
}
DUMMYUNIONNAME
;
PVOID
ImageBase
;
...
...
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