summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2015-09-10 17:09:25 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2015-09-10 17:09:25 +0000
commit04671a1638909d6d96ea0e61b630f16c54ba47b4 (patch)
tree93836af813cd0eece6b696b80a87de0c0e11a978
parent7f36b4eaae5151d671715c726bce36a5a0929204 (diff)
downloadmpfr-win-thread-safe-dll.tar.gz
[src/mpfr-impl.h] Resolved the problem under Linux.win-thread-safe-dll
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/branches/win-thread-safe-dll@9683 280ebfd0-de03-0410-8827-d642c229c3f4
-rw-r--r--src/mpfr-impl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mpfr-impl.h b/src/mpfr-impl.h
index 8f443fd56..4dda07ac7 100644
--- a/src/mpfr-impl.h
+++ b/src/mpfr-impl.h
@@ -204,7 +204,7 @@ struct __gmpfr_cache_s {
typedef struct __gmpfr_cache_s mpfr_cache_t[1];
typedef struct __gmpfr_cache_s *mpfr_cache_ptr;
-#if defined(MPFR_USE_THREAD_SAFE) && defined(__GMP_LIBGMP_DLL)
+#if defined(MPFR_USE_THREAD_SAFE) && __GMP_LIBGMP_DLL
# define MPFR_WIN_THREAD_SAFE_DLL 1
#endif