]> git.saurik.com Git - wxWidgets.git/blobdiff - src/stc/scintilla/include/Scintilla.h
Use wxASSERT() instead of assert() in wx code.
[wxWidgets.git] / src / stc / scintilla / include / Scintilla.h
index 6fde15267d82412423d02a20f5f6affe9ecb5737..36aed76b8eef3d93f246d603dd99b8d7b32a9e11 100644 (file)
@@ -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 <BaseTsd.h>
+#ifdef _WIN32
+#include <windows.h>
 #endif
 #ifdef MAXULONG_PTR
 typedef ULONG_PTR uptr_t;