diff options
Diffstat (limited to 'include/Scintilla.h')
-rw-r--r-- | include/Scintilla.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Scintilla.h b/include/Scintilla.h index a72b1abbe..666dcdbfa 100644 --- a/include/Scintilla.h +++ b/include/Scintilla.h @@ -26,7 +26,7 @@ int Scintilla_LinkLexers(); * 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(_WIN32) -#include <BaseTsd.h> +#include <basetsd.h> #endif #ifdef MAXULONG_PTR typedef ULONG_PTR uptr_t; |