summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2019-01-03 15:32:14 +0300
committerGeorge Hazan <ghazan@miranda.im>2019-01-03 15:32:14 +0300
commit63866d8adf73c25a16958b9eaa336aa4b4f0a2f6 (patch)
tree98ce2f597495475b45ea3bdb897b1f55ebc690c3 /plugins
parentc24d2279cf53d917b44d4a5ba4fe9112f394d8a9 (diff)
compilation fix
Diffstat (limited to 'plugins')
-rw-r--r--plugins/CurrencyRates/src/stdafx.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/CurrencyRates/src/stdafx.h b/plugins/CurrencyRates/src/stdafx.h
index bae36819e7..1aa1e5533b 100644
--- a/plugins/CurrencyRates/src/stdafx.h
+++ b/plugins/CurrencyRates/src/stdafx.h
@@ -5,6 +5,8 @@
#pragma once
+#define _HAS_EXCEPTIONS 1
+
#include <windows.h>
#include <mshtml.h>
#include <comdef.h>