aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--include/Scintilla.h5
1 files changed, 0 insertions, 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 <stddef.h>
-#else
#include <stdint.h>
-#endif
// Define uptr_t, an unsigned integer type large enough to hold a pointer.
typedef uintptr_t uptr_t;