# | Line 52 | Line 52 | using std::list; | |
---|---|---|
52 | // Size of an unsigned integer large enough to hold all bits of a pointer | |
53 | // NOTE: this can be different than SIGSEGV_REGISTER_TYPE. In | |
54 | // particular, on ILP32 systems with a 64-bit kernel (HP-UX/ia64?) | |
55 | < | #if defined(HAVE_WIN32_VM) && !defined(__CYGWIN__) |
55 | > | #if defined(HAVE_WIN32_VM) |
56 | // Windows is either ILP32 or LLP64 | |
57 | + | #include <BaseTsd.h> |
58 | typedef UINT_PTR sigsegv_uintptr_t; | |
59 | #else | |
60 | // Other systems are sane enough to follow ILP32 or LP64 models |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |