ALL: sync with scummvm
This commit is contained in:
parent
0c962164d4
commit
7329a5d164
126 changed files with 2443 additions and 1679 deletions
|
@ -24,7 +24,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(UNIX) && \
|
||||
#if !defined(POSIX) && \
|
||||
!defined(WIN32) && \
|
||||
!defined(__MAEMO__) && \
|
||||
!defined(__SYMBIAN32__) && \
|
||||
|
@ -33,6 +33,7 @@
|
|||
!defined(DINGUX) && \
|
||||
!defined(CAANOO) && \
|
||||
!defined(LINUXMOTO) && \
|
||||
!defined(SAMSUNGTV) && \
|
||||
!defined(OPENPANDORA)
|
||||
|
||||
#include "backends/platform/sdl/sdl.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue