scummvm/backends/platform/sdl
Johannes Schickel 09b4f7cbed Define WIN32_LEAN_AND_MEAN before including windows.h.
This will cause our code to include less functionality, but might on the other hand fasten up the compilation.

svn-id: r50346
2010-06-26 21:55:52 +00:00
..
events.cpp Fix for Valgrind Uninitialised Error from SDL_Event in sdl backend and derived backends. 2010-06-16 07:22:54 +00:00
graphics.cpp GUI: Add and improve some messages to translate 2010-06-26 15:48:03 +00:00
hardwarekeys.cpp Replaced KeyStates with ActionKeys in the keymapper, removed SDL ASCII code mismatch workaround hacks, fixed the memory leaks I had previously created. 2009-08-16 07:40:13 +00:00
main.cpp Define WIN32_LEAN_AND_MEAN before including windows.h. 2010-06-26 21:55:52 +00:00
module.mk Define hardware keys for 101 keyboard in SDL backend. 2009-05-11 09:01:54 +00:00
sdl.cpp Define WIN32_LEAN_AND_MEAN before including windows.h. 2010-06-26 21:55:52 +00:00
sdl.h SYSTEM: Unify OSystem::getSupportedFormats() signature 2010-06-15 12:21:08 +00:00