chore: bump scintilla and lexilla version
This commit is contained in:
21
3rdparty/scintilla557/scintilla/win32/ScintillaWin.h
vendored
Normal file
21
3rdparty/scintilla557/scintilla/win32/ScintillaWin.h
vendored
Normal file
@ -0,0 +1,21 @@
|
||||
// Scintilla source code edit control
|
||||
/** @file ScintillaWin.h
|
||||
** Define functions from ScintillaWin.cxx that can be called from ScintillaDLL.cxx.
|
||||
**/
|
||||
// Copyright 1998-2018 by Neil Hodgson <neilh@scintilla.org>
|
||||
// The License.txt file describes the conditions under which this software may be distributed.
|
||||
|
||||
#ifndef SCINTILLAWIN_H
|
||||
#define SCINTILLAWIN_H
|
||||
|
||||
namespace Scintilla::Internal {
|
||||
|
||||
class ScintillaWin;
|
||||
|
||||
int ResourcesRelease(bool fromDllMain) noexcept;
|
||||
int RegisterClasses(void *hInstance) noexcept;
|
||||
Scintilla::sptr_t DirectFunction(ScintillaWin *sci, UINT iMessage, Scintilla::uptr_t wParam, Scintilla::sptr_t lParam);
|
||||
|
||||
}
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user