mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-27 17:58:59 +02:00
t
This commit is contained in:
parent
8840c58439
commit
95b9c561bb
1 changed files with 4 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue