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/Twitter/src/stdafx.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'protocols/Twitter/src') diff --git a/protocols/Twitter/src/stdafx.h b/protocols/Twitter/src/stdafx.h index 3eb1d93a87..8373154179 100644 --- a/protocols/Twitter/src/stdafx.h +++ b/protocols/Twitter/src/stdafx.h @@ -5,6 +5,8 @@ #pragma once +#define _HAS_EXCEPTIONS 1 + #include #include #include -- cgit v1.2.3