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
f251f51d
Commit
f251f51d
authored
Jul 07, 2021
by
Zebediah Figura
Committed by
Alexandre Julliard
Jul 08, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Fix a byte offset in a comment.
Signed-off-by:
Zebediah Figura
<
zfigura@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
2de3effe
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
winbase16.h
include/wine/winbase16.h
+1
-1
No files found.
include/wine/winbase16.h
View file @
f251f51d
...
...
@@ -197,7 +197,7 @@ typedef struct _STACK16FRAME
DWORD
callfrom_ip
;
/* 18 callfrom tail IP */
DWORD
module_cs
;
/* 1c module code segment */
DWORD
relay
;
/* 20 relay function address */
WORD
entry_ip
;
/* 2
2
entry point IP */
WORD
entry_ip
;
/* 2
4
entry point IP */
DWORD
entry_point
;
/* 26 API entry point to call, reused as mutex count */
WORD
bp
;
/* 2a 16-bit stack frame chain */
WORD
ip
;
/* 2c return address */
...
...
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