From 54341053b273c905afa7503d8dadcc4c46a0d2d3 Mon Sep 17 00:00:00 2001 From: Neil Date: Fri, 29 Jan 2021 20:51:34 +1100 Subject: Remove Lexilla files from Scintilla --- lexilla/src/Lexilla.h | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 lexilla/src/Lexilla.h (limited to 'lexilla/src/Lexilla.h') diff --git a/lexilla/src/Lexilla.h b/lexilla/src/Lexilla.h deleted file mode 100644 index 92b6378c0..000000000 --- a/lexilla/src/Lexilla.h +++ /dev/null @@ -1,19 +0,0 @@ -// Scintilla source code edit control -/** @file Lexilla.h - ** Lexer infrastructure. - ** Declare functions in Lexilla library. - **/ -// Copyright 2019 by Neil Hodgson -// The License.txt file describes the conditions under which this software may be distributed. - -#if _WIN32 -#define LEXILLA_CALLING_CONVENTION __stdcall -#else -#define LEXILLA_CALLING_CONVENTION -#endif - -extern "C" { - -Scintilla::ILexer5 * LEXILLA_CALLING_CONVENTION CreateLexer(const char *name); - -} -- cgit v1.2.3