From c8ab474fa173218cfe16309c8fbf37ab29635ccc Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sat, 22 Jul 2000 06:51:09 +0000 Subject: Updates to make new API work on both GTK+ and Win32. --- include/Scintilla.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/Scintilla.h') diff --git a/include/Scintilla.h b/include/Scintilla.h index 7a7ee8c05..1b23dfdca 100644 --- a/include/Scintilla.h +++ b/include/Scintilla.h @@ -15,6 +15,8 @@ void Scintilla_RegisterClasses(HINSTANCE hInstance); #endif #endif +typedef long (*SciFnDirect)(long ptr, unsigned int iMessage, unsigned long wParam, long lParam); + // Start of section which could be automatically generated from Scintilla.iface #define INVALID_POSITION -1 -- cgit v1.2.3