summaryrefslogtreecommitdiffhomepage
path: root/compat
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2019-06-20 18:46:33 +0200
committerStanislaw Halik <sthalik@misaki.pl>2019-06-20 18:47:20 +0200
commit06af03aff4b01d4b8990f1102f148b997f5b7a82 (patch)
tree39cf4580d01c927a0ccadfae038553742fdfcd34 /compat
parentb0a68702992d6c42814f5060c0181c2c1534fe07 (diff)
compat: fix link
Diffstat (limited to 'compat')
-rw-r--r--compat/linkage-macros.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/compat/linkage-macros.hpp b/compat/linkage-macros.hpp
index 3a64648a..64c64bdb 100644
--- a/compat/linkage-macros.hpp
+++ b/compat/linkage-macros.hpp
@@ -11,7 +11,7 @@
# define OTR_GENERIC_IMPORT
#endif
-#if defined __APPLE__ || (defined __MINGW32__ && (defined __clang__ || defined _WIN64))
+#if defined __APPLE__ || defined __MINGW32__
# define OTR_NO_TMPL_INST // link failure on both targets
#endif