From 5746a0c90259cd39255749a33389b2854100905b Mon Sep 17 00:00:00 2001 From: mitchell Date: Wed, 17 Apr 2019 00:22:27 -0400 Subject: Backport: Move UniqueStringCopy into its own source file UniqueString.cxx to hide the implementation. Backport of changeset 7402:751b76b567f9, but with an alternative to C++17's string_view. --- win32/makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'win32/makefile') diff --git a/win32/makefile b/win32/makefile index 1b6c36933..bc96c76be 100644 --- a/win32/makefile +++ b/win32/makefile @@ -116,6 +116,7 @@ BASEOBJS = \ Selection.o \ Style.o \ UniConversion.o \ + UniqueString.o \ ViewStyle.o \ XPM.o \ HanjaDic.o -- cgit v1.2.3