mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-05-15 17:07:01 +02:00
t
This commit is contained in:
parent
c54a09bbcd
commit
e7784b9493
1 changed files with 4 additions and 1 deletions
|
|
@ -6,8 +6,11 @@
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <string_view>
|
#include <string_view>
|
||||||
#include <cxxabi.h>
|
#ifdef _MSC_VER
|
||||||
#include <llvm/Demangle/Demangle.h>
|
#include <llvm/Demangle/Demangle.h>
|
||||||
|
#else
|
||||||
|
#include <cxxabi.h>
|
||||||
|
#endif
|
||||||
#include "common/demangle.h"
|
#include "common/demangle.h"
|
||||||
|
|
||||||
static bool IsItanium(std::string_view name) {
|
static bool IsItanium(std::string_view name) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue