From 0f6f1b05894d29f03bc2b57e75fe4c8a37f9ac21 Mon Sep 17 00:00:00 2001 From: Neil Date: Sat, 14 Apr 2018 08:38:31 +1000 Subject: Removed workaround for old releases of MSVC. --- include/Scintilla.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/include/Scintilla.h b/include/Scintilla.h index 3a0af8cf7..29a723e26 100644 --- a/include/Scintilla.h +++ b/include/Scintilla.h @@ -27,12 +27,7 @@ int Scintilla_LinkLexers(void); #endif // Include header that defines basic numeric types. -#if defined(_MSC_VER) -// Older releases of MSVC did not have stdint.h. -#include -#else #include -#endif // Define uptr_t, an unsigned integer type large enough to hold a pointer. typedef uintptr_t uptr_t; -- cgit v1.2.3