From 5a74a72a3be6b8910638d1a2f0cbb5d8328783d0 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Thu, 22 Jan 2009 05:01:27 +0000 Subject: Enable 64 bit support on Windows for all compilers. --- include/Scintilla.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 #endif #ifdef MAXULONG_PTR -- cgit v1.2.3