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
d5a60cf4
Commit
d5a60cf4
authored
Feb 06, 2008
by
Eric Pouech
Committed by
Alexandre Julliard
Feb 07, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dbghelp: Fix mixed up return and this type in MFunction V2.
parent
464d51e7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
mscvpdb.h
include/wine/mscvpdb.h
+3
-3
No files found.
include/wine/mscvpdb.h
View file @
d5a60cf4
...
...
@@ -343,9 +343,9 @@ union codeview_type
{
unsigned
short
int
len
;
short
int
id
;
unsigned
this_type
;
unsigned
int
class_type
;
unsigned
int
rvtype
;
unsigned
int
class_type
;
unsigned
this_type
;
unsigned
char
call
;
unsigned
char
reserved
;
unsigned
short
params
;
...
...
@@ -733,6 +733,7 @@ union codeview_fieldtype
* are apparently not used by the compiler, or represent pointer types
* that are not used.
*/
/* the type number of a built-in type is a 16-bit value specified in the following format:
bit # | 11 | 10-8 | 7-4 | 3 | 2-0 |
field | reserved | mode | type | reserved | size |
...
...
@@ -1033,7 +1034,6 @@ union codeview_fieldtype
#define T_NEAR64PTR_BITS 0x0600
#define LF_MODIFIER_V1 0x0001
#define LF_POINTER_V1 0x0002
#define LF_ARRAY_V1 0x0003
...
...
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