8d0657e26a
component wich adds some facility to this powerful component.
13 lines
430 B
Text
13 lines
430 B
Text
--- gtkscintilla.c 2000/12/14 10:27:02 1.1
|
|
+++ gtkscintilla.c 2000/12/14 10:27:31
|
|
@@ -22,8 +22,8 @@
|
|
|
|
/*#include "scintilla/include/Platform.h"*/
|
|
#define PLAT_GTK 1
|
|
-#include "scintilla/include/ScintillaWidget.h"
|
|
-#include "scintilla/include/Scintilla.h"
|
|
+#include <ScintillaWidget.h>
|
|
+#include <Scintilla.h>
|
|
|
|
static void gtk_scintilla_class_init(GtkScintillaClass *klass);
|
|
static void gtk_scintilla_init(GtkScintilla *sci);
|