diff options
author | George Hazan <ghazan@miranda.im> | 2021-09-09 22:24:07 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2021-09-09 22:24:07 +0300 |
commit | 23f0b751b57b2dd9f6e912cec92364ff59b864b2 (patch) | |
tree | 9b38146c3602b5300856d00bedfc248bce5c7da0 /plugins/NotifyAnything/NotifyAnything.vcxproj | |
parent | 77a3554616362939d78649fd257f65e464312e68 (diff) |
fix for a crappy ::GetCurrentThread call that breaks all Wait* functions
Diffstat (limited to 'plugins/NotifyAnything/NotifyAnything.vcxproj')
-rw-r--r-- | plugins/NotifyAnything/NotifyAnything.vcxproj | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/NotifyAnything/NotifyAnything.vcxproj b/plugins/NotifyAnything/NotifyAnything.vcxproj index 991f77c9a7..16d172e8cc 100644 --- a/plugins/NotifyAnything/NotifyAnything.vcxproj +++ b/plugins/NotifyAnything/NotifyAnything.vcxproj @@ -39,4 +39,9 @@ <ResourceCompile Include="res\NotifyAnything.rc" />
<ResourceCompile Include="res\Version.rc" />
</ItemGroup>
+ <ItemDefinitionGroup>
+ <ClCompile>
+ <ExceptionHandling>Sync</ExceptionHandling>
+ </ClCompile>
+ </ItemDefinitionGroup>
</Project>
\ No newline at end of file |