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
0d17c474
Commit
0d17c474
authored
Oct 22, 2013
by
Piotr Caban
Committed by
Alexandre Julliard
Oct 22, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msvcrt: Add support for UNDNAME_NO_THISTYPE flag in __unDName.
parent
44ebba9d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
cpp.c
dlls/msvcrt/tests/cpp.c
+1
-0
undname.c
dlls/msvcrt/undname.c
+1
-0
No files found.
dlls/msvcrt/tests/cpp.c
View file @
0d17c474
...
...
@@ -1318,6 +1318,7 @@ static void test_demangle(void)
/* 125 */
{
"?_dispatch@_impl_Engine@SalomeApp@@$R4CE@BA@PPPPPPPM@7AE_NAAVomniCallHandle@@@Z"
,
"[thunk]:public: virtual bool __thiscall SalomeApp::_impl_Engine::_dispatch`vtordispex{36,16,4294967292,8}' (class omniCallHandle &)"
,
"?_dispatch@_impl_Engine@SalomeApp@@$R4CE@BA@PPPPPPPM@7AE_NAAVomniCallHandle@@@Z"
},
/* 126 */
{
"?_Doraise@bad_cast@std@@MEBAXXZ"
,
"protected: virtual void __cdecl std::bad_cast::_Doraise(void)"
,
NULL
,
0x60
},
};
int
i
,
num_test
=
(
sizeof
(
test
)
/
sizeof
(
test
[
0
]));
char
*
name
;
...
...
dlls/msvcrt/undname.c
View file @
0d17c474
...
...
@@ -1235,6 +1235,7 @@ static BOOL handle_method(struct parsed_symbol* sym, BOOL cast_op)
mark
=
sym
->
stack
.
num
;
if
(
has_args
&&
!
(
args_str
=
get_args
(
sym
,
&
array_pmt
,
TRUE
,
'('
,
')'
)))
goto
done
;
if
(
sym
->
flags
&
UNDNAME_NAME_ONLY
)
args_str
=
modifier
=
NULL
;
if
(
sym
->
flags
&
UNDNAME_NO_THISTYPE
)
modifier
=
NULL
;
sym
->
stack
.
num
=
mark
;
/* Note: '()' after 'Z' means 'throws', but we don't care here
...
...
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