[Scummvm-cvs-logs] SF.net SVN: scummvm: [29625] scummvm/trunk/backends/platform/sdl/sdl.h

Anotherguest at users.sourceforge.net Anotherguest at users.sourceforge.net
Sat Nov 24 12:41:55 CET 2007


Revision: 29625
          http://scummvm.svn.sourceforge.net/scummvm/?rev=29625&view=rev
Author:   Anotherguest
Date:     2007-11-24 03:41:54 -0800 (Sat, 24 Nov 2007)

Log Message:
-----------
Symbian build system does not cope with include file with the same name, specific sub include path will fix this depency. 

Modified Paths:
--------------
    scummvm/trunk/backends/platform/sdl/sdl.h

Modified: scummvm/trunk/backends/platform/sdl/sdl.h
===================================================================
--- scummvm/trunk/backends/platform/sdl/sdl.h	2007-11-24 11:39:23 UTC (rev 29624)
+++ scummvm/trunk/backends/platform/sdl/sdl.h	2007-11-24 11:41:54 UTC (rev 29625)
@@ -26,7 +26,11 @@
 #ifndef SDL_COMMON_H
 #define SDL_COMMON_H
 
+#if defined(__SYMBIAN32__)
+#include <esdl\SDL.h>
+#else
 #include <SDL.h>
+#endif
 
 #include "common/scummsys.h"
 #include "common/system.h"


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list