[Scummvm-cvs-logs] scummvm master -> 3d48f2199f50d998d46ebe0bbad16b0cd73ad546

anotherguest larspson at gmail.com
Tue Oct 11 09:32:03 CEST 2011


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
3d48f2199f Symbian: Changed path for math.h include.


Commit: 3d48f2199f50d998d46ebe0bbad16b0cd73ad546
    https://github.com/scummvm/scummvm/commit/3d48f2199f50d998d46ebe0bbad16b0cd73ad546
Author: anotherguest (larspson at gmail.com)
Date: 2011-10-11T00:23:45-07:00

Commit Message:
Symbian: Changed path for math.h include.

Changed paths:
    backends/platform/symbian/src/portdefs.h



diff --git a/backends/platform/symbian/src/portdefs.h b/backends/platform/symbian/src/portdefs.h
index b433dd7..dd81080 100644
--- a/backends/platform/symbian/src/portdefs.h
+++ b/backends/platform/symbian/src/portdefs.h
@@ -32,7 +32,7 @@
 #include <e32def.h>
 
 #include <e32std.h>
-#include <math.h>
+#include <libc\math.h>
 
 /* define pi */
 #ifndef M_PI






More information about the Scummvm-git-logs mailing list