Fix case sensitivity of MinGW basetsd.h header when compiling inside Linux.

This commit is contained in:
Doug Brown 2013-03-01 03:08:29 -08:00
parent ef5a6ef3a7
commit ed358ca618

View File

@ -55,7 +55,7 @@ using std::list;
// particular, on ILP32 systems with a 64-bit kernel (HP-UX/ia64?)
#if defined(HAVE_WIN32_VM)
// Windows is either ILP32 or LLP64
#include <BaseTsd.h>
#include <basetsd.h>
typedef UINT_PTR sigsegv_uintptr_t;
#else
// Other systems are sane enough to follow ILP32 or LP64 models