aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/math
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/math')
-rw-r--r--src/modules/math/libkvimath.cpp2
-rw-r--r--src/modules/math/math.pro5
2 files changed, 1 insertions, 6 deletions
diff --git a/src/modules/math/libkvimath.cpp b/src/modules/math/libkvimath.cpp
index 192eb9418..af7152c96 100644
--- a/src/modules/math/libkvimath.cpp
+++ b/src/modules/math/libkvimath.cpp
@@ -50,7 +50,7 @@ static bool __fncname(KviKvsModuleFunctionCall * c) \
return true; \
}
-#if defined(COMPILE_ON_WINDOWS) && !defined(__GNUC__)
+#ifdef COMPILE_ON_WINDOWS
// dobbiamo testare meglio, i risultati.
static double cbrt(double x)
{
diff --git a/src/modules/math/math.pro b/src/modules/math/math.pro
deleted file mode 100644
index 08d53dbdc..000000000
--- a/src/modules/math/math.pro
+++ /dev/null
@@ -1,5 +0,0 @@
-TARGET = kvimath
-
-SOURCES += libkvimath.cpp
-
-include(../module.pri) \ No newline at end of file