From 0e854af70f6f330e63aa36fde125fbb0ca4ff8ef Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 18 Dec 2018 15:40:58 +0300 Subject: C++ exceptions are disabled in all cases where they just prevent warnings --- protocols/SkypeWeb/SkypeWeb.vcxproj | 5 ----- protocols/SkypeWeb/src/stdafx.h | 2 ++ 2 files changed, 2 insertions(+), 5 deletions(-) (limited to 'protocols/SkypeWeb') diff --git a/protocols/SkypeWeb/SkypeWeb.vcxproj b/protocols/SkypeWeb/SkypeWeb.vcxproj index 75292a9b36..2c38d7a301 100644 --- a/protocols/SkypeWeb/SkypeWeb.vcxproj +++ b/protocols/SkypeWeb/SkypeWeb.vcxproj @@ -25,11 +25,6 @@ - - - Sync - - diff --git a/protocols/SkypeWeb/src/stdafx.h b/protocols/SkypeWeb/src/stdafx.h index 2be5607f21..3bc1b1cc53 100644 --- a/protocols/SkypeWeb/src/stdafx.h +++ b/protocols/SkypeWeb/src/stdafx.h @@ -19,6 +19,8 @@ along with this program. If not, see . #define _COMMON_H_ #include + +#include #include #include #include -- cgit v1.2.3