mirror of
https://github.com/kanjitalk755/macemu.git
synced 2025-01-12 16:30:44 +00:00
windows fix try#2
This commit is contained in:
parent
abb9d2eb24
commit
8ad0bbcc80
@ -52,8 +52,9 @@ using std::list;
|
|||||||
// Size of an unsigned integer large enough to hold all bits of a pointer
|
// Size of an unsigned integer large enough to hold all bits of a pointer
|
||||||
// NOTE: this can be different than SIGSEGV_REGISTER_TYPE. In
|
// NOTE: this can be different than SIGSEGV_REGISTER_TYPE. In
|
||||||
// particular, on ILP32 systems with a 64-bit kernel (HP-UX/ia64?)
|
// particular, on ILP32 systems with a 64-bit kernel (HP-UX/ia64?)
|
||||||
#if defined(HAVE_WIN32_VM) && !defined(__CYGWIN__)
|
#if defined(HAVE_WIN32_VM)
|
||||||
// Windows is either ILP32 or LLP64
|
// Windows is either ILP32 or LLP64
|
||||||
|
#include <BaseTsd.h>
|
||||||
typedef UINT_PTR sigsegv_uintptr_t;
|
typedef UINT_PTR sigsegv_uintptr_t;
|
||||||
#else
|
#else
|
||||||
// Other systems are sane enough to follow ILP32 or LP64 models
|
// Other systems are sane enough to follow ILP32 or LP64 models
|
||||||
|
Loading…
x
Reference in New Issue
Block a user