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
604c4dba
Commit
604c4dba
authored
Apr 21, 2015
by
Qian Hong
Committed by
Alexandre Julliard
Apr 21, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ntdll: Correctly document the offset of ntdll_thread_data.
This is a follow up of
16ddc624
.
parent
f3ff3e50
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
ntdll_misc.h
dlls/ntdll/ntdll_misc.h
+1
-1
relay.c
tools/winebuild/relay.c
+1
-1
No files found.
dlls/ntdll/ntdll_misc.h
View file @
604c4dba
...
...
@@ -214,7 +214,7 @@ struct debug_info
char
output
[
1024
];
/* current output line */
};
/* thread private data, stored in NtCurrentTeb()->S
ystemReserved2
*/
/* thread private data, stored in NtCurrentTeb()->S
pareBytes1
*/
struct
ntdll_thread_data
{
#ifdef __i386__
...
...
tools/winebuild/relay.c
View file @
604c4dba
...
...
@@ -34,7 +34,7 @@
#define STACKOFFSET 0xc0
/* FIELD_OFFSET(TEB,WOW32Reserved) */
/* fix this if the ntdll_thread_regs structure is changed */
#define GS_OFFSET 0x1d8
/* FIELD_OFFSET(TEB,S
ystemReserved2
) + FIELD_OFFSET(ntdll_thread_data,gs) */
#define GS_OFFSET 0x1d8
/* FIELD_OFFSET(TEB,S
pareBytes1
) + FIELD_OFFSET(ntdll_thread_data,gs) */
#define DPMI_VIF_OFFSET (0x1fc + 0)
/* FIELD_OFFSET(TEB,GdiTebBatch) + FIELD_OFFSET(WINE_VM86_TEB_INFO,dpmi_vif) */
#define VM86_PENDING_OFFSET (0x1fc + 4)
/* FIELD_OFFSET(TEB,GdiTebBatch) + FIELD_OFFSET(WINE_VM86_TEB_INFO,vm86_pending) */
...
...
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