diff options
author | BakasuraRCE <bakasura@protonmail.ch> | 2020-07-21 19:16:50 -0500 |
---|---|---|
committer | Patrick <tingping@tingping.se> | 2020-10-16 23:19:10 +0200 |
commit | 078af20e8b3bff93dd42972e4ef01702e7e1fe2b (patch) | |
tree | db7196c2ce86d9243a784145b3d7b5a04f00b285 /plugins/fishlim/fishlim.vcxproj | |
parent | bd3f3fa5f70c624926d06884b328de59730fc93c (diff) |
fishlim: Implement correct handling of long and UTF-8 messages
Diffstat (limited to 'plugins/fishlim/fishlim.vcxproj')
-rw-r--r-- | plugins/fishlim/fishlim.vcxproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/fishlim/fishlim.vcxproj b/plugins/fishlim/fishlim.vcxproj index 43ae1df9..157c7928 100644 --- a/plugins/fishlim/fishlim.vcxproj +++ b/plugins/fishlim/fishlim.vcxproj @@ -55,6 +55,7 @@ <ItemGroup> <ClInclude Include="dh1080.h" /> <ClInclude Include="fish.h" /> + <ClInclude Include="utils.h" /> <ClInclude Include="irc.h" /> <ClInclude Include="keystore.h" /> <ClInclude Include="plugin_hexchat.h" /> @@ -62,6 +63,7 @@ <ItemGroup> <ClCompile Include="dh1080.c" /> <ClCompile Include="fish.c" /> + <ClCompile Include="utils.c" /> <ClCompile Include="irc.c" /> <ClCompile Include="keystore.c" /> <ClCompile Include="plugin_hexchat.c" /> |