X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7e0c58e92cb173bb192444670535f49583a6bf1d..2e587bb9ec1de95af31e7ccf1e5e0818ff752b0f:/src/stc/scintilla/include/Scintilla.h?ds=inline diff --git a/src/stc/scintilla/include/Scintilla.h b/src/stc/scintilla/include/Scintilla.h index 6fde15267d..36aed76b8e 100644 --- a/src/stc/scintilla/include/Scintilla.h +++ b/src/stc/scintilla/include/Scintilla.h @@ -25,8 +25,8 @@ int Scintilla_LinkLexers(); // Here should be placed typedefs for uptr_t, an unsigned integer type large enough to // hold a pointer and sptr_t, a signed integer large enough to hold a pointer. // May need to be changed for 64 bit platforms. -#if defined(_MSC_VER) && _MSC_VER >= 1300 -#include +#ifdef _WIN32 +#include #endif #ifdef MAXULONG_PTR typedef ULONG_PTR uptr_t;