summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libs/libevent/libevent.vcxproj2
-rw-r--r--protocols/Telegram/telegram.vcxproj2
2 files changed, 2 insertions, 2 deletions
diff --git a/libs/libevent/libevent.vcxproj b/libs/libevent/libevent.vcxproj
index 87da0181b8..fee7a4291b 100644
--- a/libs/libevent/libevent.vcxproj
+++ b/libs/libevent/libevent.vcxproj
@@ -28,7 +28,7 @@
<ItemDefinitionGroup>
<ClCompile>
<AdditionalIncludeDirectories>.\include;.\src\compat;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <PreprocessorDefinitions>HAVE_CONFIG_H;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <PreprocessorDefinitions>EVENT__NEED_DLLIMPORT;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
<Link>
<AdditionalDependencies>ws2_32.lib;libeay32.lib;ssleay32.lib;%(AdditionalDependencies)</AdditionalDependencies>
diff --git a/protocols/Telegram/telegram.vcxproj b/protocols/Telegram/telegram.vcxproj
index 809fb04ab1..8a7797cad4 100644
--- a/protocols/Telegram/telegram.vcxproj
+++ b/protocols/Telegram/telegram.vcxproj
@@ -129,7 +129,7 @@
<Project>{e2a369cd-eda3-414f-8ad0-e732cd7ee68c}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
- <ProjectReference Include="..\..\libs\libevent\libevent_12.vcxproj">
+ <ProjectReference Include="..\..\libs\libevent\libevent.vcxproj">
<Project>{46D53888-E60E-32A7-91EB-6336DE0D84D8}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>