mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 09:22:58 +00:00
* Sync up to trunk HEAD (r62975).
svn path=/branches/shell-experiments/; revision=62976
This commit is contained in:
commit
3a088d8ec6
811 changed files with 26955 additions and 128558 deletions
|
@ -604,7 +604,7 @@ const char * __stdcall MSVCRT_type_info_name(type_info * _this)
|
|||
* Is this '.' really part of the mangled name, or has it some other meaning ?
|
||||
*/
|
||||
char* name = __unDName(0, _this->mangled + 1, 0,
|
||||
MSVCRT_malloc, MSVCRT_free, 0x2800);
|
||||
MSVCRT_malloc, MSVCRT_free, UNDNAME_NO_ARGUMENTS | UNDNAME_32_BIT_DECODE);
|
||||
if (name)
|
||||
{
|
||||
size_t len = strlen(name);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue