Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
c20fd880
Commit
c20fd880
authored
Jan 03, 2012
by
Daniel Lehman
Committed by
Alexandre Julliard
Jan 05, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msvcp90: Make type_info::mangled larger.
parent
568c3215
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
msvcp90.h
dlls/msvcp90/msvcp90.h
+2
-2
No files found.
dlls/msvcp90/msvcp90.h
View file @
c20fd880
...
...
@@ -172,8 +172,8 @@ void set_exception_vtable(void);
typedef
struct
__type_info
{
const
vtable_ptr
*
vtable
;
char
*
name
;
/* Unmangled name, allocated lazily */
char
mangled
[
64
];
/* Variable length, but we declare it large enough for static RTTI */
char
*
name
;
/* Unmangled name, allocated lazily */
char
mangled
[
128
];
/* Variable length, but we declare it large enough for static RTTI */
}
type_info
;
/* offsets for computing the this pointer */
...
...
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