aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32/ScintillaWin.h
AgeCommit message (Collapse)AuthorFilesLines
2020-02-09Backport: Standardise header guard names and use.Neil1-0/+5
Backport of changeset 7981:098231fb9d66.
2018-04-04Backport: Move DLL entry points DllMain and Scintilla_DirectFunction into ↵Neil1-0/+15
ScintillaDLL.cxx to simplify build process by eliminating the compilation of ScintillaWin.cxx into ScintillaWinS.o|obj. Backport of changeset 6670:cfe90078d684.