diff options
Diffstat (limited to 'plugins/Dropbox/Dropbox.vcxproj')
-rw-r--r-- | plugins/Dropbox/Dropbox.vcxproj | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/plugins/Dropbox/Dropbox.vcxproj b/plugins/Dropbox/Dropbox.vcxproj index 437985989b..c4c8abd75b 100644 --- a/plugins/Dropbox/Dropbox.vcxproj +++ b/plugins/Dropbox/Dropbox.vcxproj @@ -29,5 +29,8 @@ <Link>
<AdditionalDependencies>comctl32.lib;shlwapi.lib;%(AdditionalDependencies)</AdditionalDependencies>
</Link>
+ <ClCompile>
+ <ExceptionHandling>Sync</ExceptionHandling>
+ </ClCompile>
</ItemDefinitionGroup>
-</Project>
\ No newline at end of file +</Project>
|