summaryrefslogtreecommitdiff
path: root/numpy/core/src/umathmodule.c.src
diff options
context:
space:
mode:
authorPearu Peterson <pearu.peterson@gmail.com>2007-07-28 10:16:34 +0000
committerPearu Peterson <pearu.peterson@gmail.com>2007-07-28 10:16:34 +0000
commita187b6e0d48aa9f0d9db7472008b165b17371ebf (patch)
tree263ef21c7d561aa079d4217b472145a90abd90f5 /numpy/core/src/umathmodule.c.src
parent7c194a1f31918ec63480aa553447e38d4fdce2f3 (diff)
downloadnumpy-a187b6e0d48aa9f0d9db7472008b165b17371ebf.tar.gz
Trying to fix inconsisted dll linkage warning, 2.
Diffstat (limited to 'numpy/core/src/umathmodule.c.src')
-rw-r--r--numpy/core/src/umathmodule.c.src2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/src/umathmodule.c.src b/numpy/core/src/umathmodule.c.src
index f3ddf8208..90157f825 100644
--- a/numpy/core/src/umathmodule.c.src
+++ b/numpy/core/src/umathmodule.c.src
@@ -66,7 +66,7 @@ static double atanh(double x)
#undef sqrtf
#endif
float log1pf(float);
-#if defined(_MSC_VER)
+#if defined(MS_WIN64)
float __cdecl logf(float);
float __cdecl sqrtf(float);
#else