From fab6ff3c4e9fcff08eb0e85823f8ae70e49deecb Mon Sep 17 00:00:00 2001 From: Pearu Peterson Date: Sat, 28 Jul 2007 10:19:01 +0000 Subject: Trying to fix inconsisted dll linkage warning, 3. --- numpy/core/src/umathmodule.c.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/core/src/umathmodule.c.src') 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 -- cgit v1.2.1