aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <unknown>2009-01-22 05:01:27 +0000
committernyamatongwe <unknown>2009-01-22 05:01:27 +0000
commit5a74a72a3be6b8910638d1a2f0cbb5d8328783d0 (patch)
tree4642623a097798b665b4ce5acc360ff197fc5702
parentc0f3ce62dd1653dee277b56471145c449ab5e5e1 (diff)
downloadscintilla-mirror-5a74a72a3be6b8910638d1a2f0cbb5d8328783d0.tar.gz
Enable 64 bit support on Windows for all compilers.
-rw-r--r--include/Scintilla.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Scintilla.h b/include/Scintilla.h
index d3944515f..c4188337e 100644
--- a/include/Scintilla.h
+++ b/include/Scintilla.h
@@ -25,7 +25,7 @@ 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 _MSC_VER >= 1300
+#if defined(_WIN32)
#include <BaseTsd.h>
#endif
#ifdef MAXULONG_PTR