scummvm/backends/platform/sdl
Filippos Karapetis 6cb0a4c1b0 SDL: Fix compilation with SDL 2.0 under MSVC
In SDL 2.0, intrin.h is now included in SDL_cpuinfo.h, which includes
setjmp.h. SDL_cpuinfo.h is included from SDL.h and SDL_syswm.h.
Thus, we remove the exceptions for setjmp and longjmp before these two
includes.
2015-03-06 02:57:09 +02:00
..
amigaos AMIGAOS: Make use of the new drawer icon 2014-09-07 10:09:05 +01:00
macosx MACOSX: Fix compilation 2015-03-05 08:02:54 -05:00
posix SDL: Make GPL headers consistent in themselves. 2014-02-18 02:39:38 +01:00
ps3 BUILD: Move the PS3 make targets to a separate file 2014-06-28 17:12:43 +02:00
win32 WINCE: Fix compilation. 2015-02-18 05:24:45 +01:00
module.mk SDL: Handle icon setup in SdlWindow. 2015-02-16 01:25:22 +01:00
sdl-sys.h SDL: Fix compilation with SDL 2.0 under MSVC 2015-03-06 02:57:09 +02:00
sdl-window.cpp SDL: Call setupIcon for each window creation with SDL2. 2015-03-01 16:21:53 +01:00
sdl-window.h SDL: Call setupIcon for each window creation with SDL2. 2015-03-01 16:21:53 +01:00
sdl.cpp SDL: Handle icon setup in SdlWindow. 2015-02-16 01:25:22 +01:00
sdl.h SDL: Handle icon setup in SdlWindow. 2015-02-16 01:25:22 +01:00