summaryrefslogtreecommitdiff
path: root/protocols
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2015-04-27 06:03:25 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2015-04-27 06:03:25 +0000
commitd4e3eb97fc7b28124094ae40ec3536bbddd58f5e (patch)
tree4dac8641a25cec26705f48c4a4c9ebf735b3153c /protocols
parent8ce617dc6a2faa21b9abe755208979350a5040dd (diff)
warning fix (exceptions)
git-svn-id: http://svn.miranda-ng.org/main/trunk@13189 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols')
-rw-r--r--protocols/Tox/Tox.vcxproj5
1 files changed, 5 insertions, 0 deletions
diff --git a/protocols/Tox/Tox.vcxproj b/protocols/Tox/Tox.vcxproj
index 3e958aef64..f39af3778a 100644
--- a/protocols/Tox/Tox.vcxproj
+++ b/protocols/Tox/Tox.vcxproj
@@ -45,4 +45,9 @@ copy docs\tox.ini "$(SolutionDir)$(Configuration)64\Plugins" /y</Command>
<None Include="include\*.h" />
<None Include="res\Icons\*.ico" />
</ItemGroup>
+ <ItemDefinitionGroup>
+ <ClCompile>
+ <ExceptionHandling>Sync</ExceptionHandling>
+ </ClCompile>
+ </ItemDefinitionGroup>
</Project>