Skip to content
This repository was archived by the owner on Aug 2, 2020. It is now read-only.

Commit 24fc538

Browse files
committed
Fix emoji converting bug
1 parent 81e0052 commit 24fc538

File tree

4 files changed

+864
-91
lines changed

4 files changed

+864
-91
lines changed

coolq-http-api.vcxproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<ItemGroup Label="ProjectConfigurations">
44
<ProjectConfiguration Include="Debug|Win32">
@@ -48,6 +48,7 @@
4848
<ClInclude Include="src\conf\loader.h" />
4949
<ClInclude Include="src\cqp\sdk_class.h" />
5050
<ClInclude Include="src\ctpl\ctpl_stl.h" />
51+
<ClInclude Include="src\emoji_data.h" />
5152
<ClInclude Include="src\event\events.h" />
5253
<ClInclude Include="src\log_class.h" />
5354
<ClInclude Include="src\message\message_class.h" />

coolq-http-api.vcxproj.filters

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,9 @@
236236
<ClInclude Include="src\utils\http_utils.h">
237237
<Filter>src\utils</Filter>
238238
</ClInclude>
239+
<ClInclude Include="src\emoji_data.h">
240+
<Filter>src</Filter>
241+
</ClInclude>
239242
</ItemGroup>
240243
<ItemGroup>
241244
<None Include="io.github.richardchien.coolqhttpapi.json" />

0 commit comments

Comments
 (0)