summaryrefslogtreecommitdiff
path: root/src/mpc.h
diff options
context:
space:
mode:
authorenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2011-05-02 14:53:09 +0000
committerenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2011-05-02 14:53:09 +0000
commit37db024084cfceaf23d4b27928c6544ac7df1f68 (patch)
tree472a10501f26e0c82968ebe00af74c95e8eb4cb4 /src/mpc.h
parentf3405ec47dc5482954b5f85e85ba4ac828568a43 (diff)
downloadmpc-37db024084cfceaf23d4b27928c6544ac7df1f68.tar.gz
mpc.h: fix for previous buggy fix
git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@993 211d60ee-9f03-0410-a15a-8952a2c7a4e4
Diffstat (limited to 'src/mpc.h')
-rw-r--r--src/mpc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mpc.h b/src/mpc.h
index b89a44e..f7e0728 100644
--- a/src/mpc.h
+++ b/src/mpc.h
@@ -118,7 +118,7 @@ typedef __gmp_const __mpc_struct *mpc_srcptr;
#endif
/* Support for WINDOWS DLL, see the thread http://lists.gforge.inria.fr/pipermail/mpc-discuss/2011-April/000871.html */
-#if defined(__GMP_LIBGMP_DLL)
+#if __GMP_LIBGMP_DLL
# define __MPC_DECLSPEC __GMP_DECLSPEC_EXPORT
#else
# define __MPC_DECLSPEC __GMP_DECLSPEC