aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/math/libkvimath.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/math/libkvimath.cpp')
-rw-r--r--src/modules/math/libkvimath.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/math/libkvimath.cpp b/src/modules/math/libkvimath.cpp
index af7152c96..192eb9418 100644
--- a/src/modules/math/libkvimath.cpp
+++ b/src/modules/math/libkvimath.cpp
@@ -50,7 +50,7 @@ static bool __fncname(KviKvsModuleFunctionCall * c) \
return true; \
}
-#ifdef COMPILE_ON_WINDOWS
+#if defined(COMPILE_ON_WINDOWS) && !defined(__GNUC__)
// dobbiamo testare meglio, i risultati.
static double cbrt(double x)
{