fix basetsd.h name for case-sensitive file systems (which can be used when cross-compiling)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59904 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -26,7 +26,7 @@ int Scintilla_LinkLexers();
|
|||||||
// hold a pointer and sptr_t, a signed integer large enough to hold a pointer.
|
// hold a pointer and sptr_t, a signed integer large enough to hold a pointer.
|
||||||
// May need to be changed for 64 bit platforms.
|
// May need to be changed for 64 bit platforms.
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
#include <BaseTsd.h>
|
#include <basetsd.h>
|
||||||
#endif
|
#endif
|
||||||
#ifdef MAXULONG_PTR
|
#ifdef MAXULONG_PTR
|
||||||
typedef ULONG_PTR uptr_t;
|
typedef ULONG_PTR uptr_t;
|
||||||
|
Reference in New Issue
Block a user