Kaydet (Commit) ac50ceb9 authored tarafından Enrico Tröger's avatar Enrico Tröger

Backport change from Scintilla CVS:

Change capitalisation of header file to suit cross-compilation on Unix for Windows.

git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@3774 ea778897-0a13-0410-b9d1-a72fbfd435f5
üst 5c91e8ae
......@@ -6,6 +6,10 @@
itself is also UTF-8.
* src/utils.c, src/utils.h, src/highlighting.c, src/printing.c:
Add utils_color_invert() and use it in highlighting.c and printing.c.
* scintilla/include/Scintilla.h, scintilla/scintilla_changes.patch:
Backport change from Scintilla CVS:
Change capitalisation of header file to suit cross-compilation on
Unix for Windows.
2009-05-03 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
......
......@@ -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;
......
......@@ -151,6 +151,15 @@ diff -Naurp /tmp/scintilla/Editor.cxx scintilla/Editor.cxx
diff -Naurp /tmp/scintilla/include/Scintilla.h scintilla/include/Scintilla.h
--- /tmp/scintilla/include/Scintilla.h 2009-04-25 02:06:02.000000000 +0200
+++ scintilla/include/Scintilla.h 2009-05-01 11:51:07.000000000 +0200
@@ -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;
@@ -845,7 +845,7 @@ struct SCNotification {
int ch; /* SCN_CHARADDED, SCN_KEY */
int modifiers; /* SCN_KEY */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment