aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/symbian/src
diff options
context:
space:
mode:
authorathrxx2011-04-21 20:29:25 +0200
committerathrxx2011-04-21 20:29:25 +0200
commit204644b001d85612742426b5731b8149b0a24f2e (patch)
tree8e19872f056e773335536b5cb6a70d3e3f55f75f /backends/platform/symbian/src
parentb0008d2d33c394fbba358c08b032c5872e6a909d (diff)
parent44e79c70fa2908e0abdb7c9effa1dd039404a520 (diff)
downloadscummvm-rg350-204644b001d85612742426b5731b8149b0a24f2e.tar.gz
scummvm-rg350-204644b001d85612742426b5731b8149b0a24f2e.tar.bz2
scummvm-rg350-204644b001d85612742426b5731b8149b0a24f2e.zip
Merge branch 'master' of https://github.com/scummvm/scummvm
Diffstat (limited to 'backends/platform/symbian/src')
-rw-r--r--backends/platform/symbian/src/portdefs.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/backends/platform/symbian/src/portdefs.h b/backends/platform/symbian/src/portdefs.h
index 1c5de2d43c..e8a620475e 100644
--- a/backends/platform/symbian/src/portdefs.h
+++ b/backends/platform/symbian/src/portdefs.h
@@ -35,6 +35,11 @@
#include <e32std.h>
#include <math.h>
+/* define pi */
+#ifndef M_PI
+#define M_PI 3.14159265358979323846
+#endif /* M_PI */
+
#define DISABLE_COMMAND_LINE
#if defined(USE_TREMOR) && !defined(USE_VORBIS)