diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2015-04-27 06:03:25 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2015-04-27 06:03:25 +0000 |
commit | d4e3eb97fc7b28124094ae40ec3536bbddd58f5e (patch) | |
tree | 4dac8641a25cec26705f48c4a4c9ebf735b3153c /protocols | |
parent | 8ce617dc6a2faa21b9abe755208979350a5040dd (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.vcxproj | 5 |
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>
|