aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2009-05-08 01:18:11 +0000
committernyamatongwe <devnull@localhost>2009-05-08 01:18:11 +0000
commit895d871b94a1f10bb52d552d09a1a4dc9e782986 (patch)
tree36c4c3be59bd60c73390115b8fa2f9b5f04e697f
parenta8faa91d383837ac5b0283899ecc5ceb0ef3454b (diff)
downloadscintilla-mirror-895d871b94a1f10bb52d552d09a1a4dc9e782986.tar.gz
Changed capitalization of header file to suit cross-compilation on Unix for
Windows.
-rw-r--r--include/Scintilla.h2
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;