SYMBIAN platform. Correct building of SDL refacturing for Symbian.

svn-id: r51587
This commit is contained in:
Lars Persson 2010-08-01 19:40:46 +00:00
parent 7f8e7fc29d
commit 2e55bcf383
11 changed files with 64 additions and 12 deletions

View file

@ -23,7 +23,7 @@
*
*/
#if defined(WIN32) || defined(UNIX) || defined(MACOSX)
#if defined(WIN32) || defined(UNIX) || defined(MACOSX) || defined(__SYMBIAN32__)
#include "backends/mutex/sdl/sdl-mutex.h"