aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32/ScintillaDLL.cxx
AgeCommit message (Collapse)AuthorFilesLines
2021-05-24Define C++ version of the Scintilla API in ScintillaTypes.h, ScintillaMessages.hNeil1-5/+7
and ScintillaStructures.h using scoped enumerations. Use these headers instead of Scintilla.h internally. External definitions go in the Scintilla namespace and internal definitio0ns in Scintilla::Internal.
2018-04-04Move DLL entry points DllMain and Scintilla_DirectFunction into ScintillaDLL.cxxNeil1-0/+35
to simplify build process by eliminating the compilation of ScintillaWin.cxx into ScintillaWinS.o|obj.