3#ifndef _IDA_WORKAROUNDS_H
4#define _IDA_WORKAROUNDS_H
14namespace std {
extern const __declspec(selectany) nothrow_t nothrow = nothrow_t(); }
36 #if !defined(__ARM__) && defined(__GNUC_PREREQ) && __GNUC_PREREQ(2,11)
38 __asm__(
".symver __longjmp_chk,longjmp@GLIBC_2.2.5");
40 __asm__(
".symver __longjmp_chk,longjmp@GLIBC_2.0");
const __declspec(selectany) nothrow_t nothrow
__asm__(".symver __longjmp_chk,longjmp@GLIBC_2.2.5")