diff options
author | Neil <nyamatongwe@gmail.com> | 2019-04-28 08:32:10 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2019-04-28 08:32:10 +1000 |
commit | d4209eb2e6569401acb4f4bd02e3b00c92159511 (patch) | |
tree | 9da7c44de644a0b54a55fdea386ffadee6614db1 | |
parent | 10ab65c62f00c16437ca8763d3c950e0a45193e0 (diff) | |
download | scintilla-mirror-d4209eb2e6569401acb4f4bd02e3b00c92159511.tar.gz |
Backport: Add UniqueString.cxx as UniqueStringCopy no longer defined in header.
Backport of changeset 7478:818bf425b4a9.
-rw-r--r-- | test/unit/UnitTester.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/unit/UnitTester.vcxproj b/test/unit/UnitTester.vcxproj index d74b691fe..0f62f90a5 100644 --- a/test/unit/UnitTester.vcxproj +++ b/test/unit/UnitTester.vcxproj @@ -153,6 +153,7 @@ <ClCompile Include="..\..\src\Decoration.cxx" />
<ClCompile Include="..\..\src\RunStyles.cxx" />
<ClCompile Include="..\..\src\UniConversion.cxx" />
+ <ClCompile Include="..\..\src\UniqueString.cxx" />
<ClCompile Include="test*.cxx" />
<ClCompile Include="UnitTester.cxx" />
</ItemGroup>
|