diff options
author | George Hazan <ghazan@miranda.im> | 2019-02-22 13:16:53 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-02-22 13:16:53 +0300 |
commit | 17e8d74e13e6b2426052cf645eccb65c9fc0d2d2 (patch) | |
tree | 7df538683535c5f2e37dc0dd103c0153f003a623 /protocols/Twitter/src/stdafx.h | |
parent | 15ec0ca34f58fde27fb8dd70f984818e0ddb38e5 (diff) |
warning fix
Diffstat (limited to 'protocols/Twitter/src/stdafx.h')
-rw-r--r-- | protocols/Twitter/src/stdafx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/Twitter/src/stdafx.h b/protocols/Twitter/src/stdafx.h index 456c816a0f..c543da1301 100644 --- a/protocols/Twitter/src/stdafx.h +++ b/protocols/Twitter/src/stdafx.h @@ -5,6 +5,7 @@ #pragma once
+#undef _HAS_EXCEPTIONS
#define _HAS_EXCEPTIONS 1
#include <Windows.h>
|