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
d18724c8
Commit
d18724c8
authored
Oct 30, 2020
by
Brendan Shanks
Committed by
Alexandre Julliard
Nov 02, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ntdll: Update the PEB structures for newer Windows versions.
Signed-off-by:
Brendan Shanks
<
bshanks@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
113a4c4f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
winternl.h
include/winternl.h
+12
-0
No files found.
include/winternl.h
View file @
d18724c8
...
...
@@ -379,6 +379,12 @@ typedef struct _PEB
PVOID
WaitOnAddressHashTable
[
0x80
];
/* 25c/3a0 */
PVOID
TelemetryCoverageHeader
;
/* 45c/7a0 */
ULONG
CloudFileFlags
;
/* 460/7a8 */
ULONG
CloudFileDiagFlags
;
/* 464/7ac */
CHAR
PlaceholderCompatibilityMode
;
/* 468/7b0 */
CHAR
PlaceholderCompatibilityModeReserved
[
7
];
/* 469/7b1 */
PVOID
LeapSecondData
;
/* 470/7b8 */
ULONG
LeapSecondFlags
;
/* 474/7c0 */
ULONG
NtGlobalFlag2
;
/* 478/7c4 */
}
PEB
,
*
PPEB
;
...
...
@@ -617,6 +623,12 @@ typedef struct _PEB64
ULONG64
WaitOnAddressHashTable
[
0x80
];
/* 03a0 */
ULONG64
TelemetryCoverageHeader
;
/* 07a0 */
ULONG
CloudFileFlags
;
/* 07a8 */
ULONG
CloudFileDiagFlags
;
/* 07ac */
CHAR
PlaceholderCompatibilityMode
;
/* 07b0 */
CHAR
PlaceholderCompatibilityModeReserved
[
7
];
/* 07b1 */
ULONG64
LeapSecondData
;
/* 07b8 */
ULONG
LeapSecondFlags
;
/* 07c0 */
ULONG
NtGlobalFlag2
;
/* 07c4 */
}
PEB64
;
typedef
struct
_TEB64
...
...
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