[*] DemangleName should use a RONString
This commit is contained in:
parent
9d4c5a8cfc
commit
f13c344249
@ -80,7 +80,7 @@ namespace Aurora::Debug
|
||||
/**
|
||||
Localize platform dependent abi mangled name
|
||||
*/
|
||||
AUKN_SYM AuResult<AuString> DemangleName(const AuString &pName);
|
||||
AUKN_SYM AuResult<AuString> DemangleName(const AuRONString &pName);
|
||||
|
||||
AUKN_SYM void DebugBreak();
|
||||
}
|
||||
|
@ -16,7 +16,7 @@
|
||||
|
||||
namespace Aurora::Debug
|
||||
{
|
||||
AUKN_SYM AuResult<AuString> DemangleName(const AuString &pName)
|
||||
AUKN_SYM AuResult<AuString> DemangleName(const AuRONString &pName)
|
||||
{
|
||||
// Wine impl: https://github.com/wine-mirror/wine/blob/master/dlls/msvcrt/undname.c
|
||||
// Google impl: idr where i saw it last
|
||||
|
Loading…
Reference in New Issue
Block a user