summaryrefslogtreecommitdiff
path: root/numpy/core/src
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/core/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 90157f825..8fa0f42a0 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(MS_WIN64)
+#if defined(_WIN64)
float __cdecl logf(float);
float __cdecl sqrtf(float);
#else