SDL: Add masks to the SDL backend to support the OpenPandora backend.
svn-id: r52599
This commit is contained in:
parent
e81dad8e61
commit
2e1b4278e2
2 changed files with 3 additions and 3 deletions
|
@ -38,7 +38,7 @@
|
|||
|
||||
// Several SDL based ports use a custom main, and hence do not want to compile
|
||||
// of this file. The following "#if" ensures that.
|
||||
#if !defined(__MAEMO__) && !defined(_WIN32_WCE) && !defined(GP2XWIZ)&& !defined(LINUXMOTO) && !defined(__SYMBIAN32__) && !defined(DINGUX)
|
||||
#if !defined(__MAEMO__) && !defined(_WIN32_WCE) && !defined(CAANOO) && !defined(GP2XWIZ) && !defined(LINUXMOTO) && !defined(OPENPANDORA) && !defined(__SYMBIAN32__) && !defined(DINGUX)
|
||||
|
||||
|
||||
#include "backends/platform/sdl/sdl.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue