mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-05-09 23:57:59 +00:00
t
This commit is contained in:
parent
c54a09bbcd
commit
e7784b9493
|
|
@ -6,8 +6,11 @@
|
|||
|
||||
#include <string>
|
||||
#include <string_view>
|
||||
#include <cxxabi.h>
|
||||
#ifdef _MSC_VER
|
||||
#include <llvm/Demangle/Demangle.h>
|
||||
#else
|
||||
#include <cxxabi.h>
|
||||
#endif
|
||||
#include "common/demangle.h"
|
||||
|
||||
static bool IsItanium(std::string_view name) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue