aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32/scintilla.mak
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2024-02-01 08:56:45 +1100
committerNeil <nyamatongwe@gmail.com>2024-02-01 08:56:45 +1100
commitc6b542f84e65083552e52768db7bb4c11dcd7a64 (patch)
treee97a615381f422e67df985b18b3a50a56cb5590b /win32/scintilla.mak
parent1345bb5b0e10e213fb1943fe491679d6fe45e9b0 (diff)
downloadscintilla-mirror-c6b542f84e65083552e52768db7bb4c11dcd7a64.tar.gz
Move UndoHistory into its own module that is accessible from CellBuffer and
tests but hidden from most of Scintilla. Access through std::unique_ptr.
Diffstat (limited to 'win32/scintilla.mak')
-rw-r--r--win32/scintilla.mak1
1 files changed, 1 insertions, 0 deletions
diff --git a/win32/scintilla.mak b/win32/scintilla.mak
index cc18f26a7..995e122d3 100644
--- a/win32/scintilla.mak
+++ b/win32/scintilla.mak
@@ -104,6 +104,7 @@ SRC_OBJS=\
$(DIR_O)\RunStyles.obj \
$(DIR_O)\Selection.obj \
$(DIR_O)\Style.obj \
+ $(DIR_O)\UndoHistory.obj \
$(DIR_O)\UniConversion.obj \
$(DIR_O)\UniqueString.obj \
$(DIR_O)\ViewStyle.obj \