diff options
| author | George Hazan <ghazan@miranda.im> | 2017-05-15 12:31:02 +0300 |
|---|---|---|
| committer | George Hazan <ghazan@miranda.im> | 2017-05-15 12:31:02 +0300 |
| commit | 7175030bf95dceeb023e94436325a7aa8b974962 (patch) | |
| tree | fdf7e4697aa1ab52adc723717b80034c110a1d65 | |
| parent | 99421da57199a971d40a51657a447df0419ba638 (diff) | |
warning fix
| -rwxr-xr-x | protocols/JabberG/jabber.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/JabberG/jabber.vcxproj b/protocols/JabberG/jabber.vcxproj index ba94920a91..c6efee4881 100755 --- a/protocols/JabberG/jabber.vcxproj +++ b/protocols/JabberG/jabber.vcxproj @@ -28,6 +28,7 @@ <ItemDefinitionGroup>
<ClCompile>
<AdditionalIncludeDirectories>$(ProjectDir)..\..\libs\libaxolotl\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
+ <ExceptionHandling>Sync</ExceptionHandling>
</ClCompile>
<Link>
<AdditionalDependencies>libeay32.lib;ssleay32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
