Got a bare-bones version of SDL compiling for Windows RT. Dummy drivers are used in some places. Very little Windows-specific code (from the Win32 version of SDL) is used.

This commit is contained in:
David Ludwig 2012-10-17 21:43:20 -04:00
parent 95fc405a61
commit 54b4201aa0
9 changed files with 637 additions and 65 deletions

View file

@ -115,9 +115,11 @@
#define __SOLARIS__ 1
#endif
#if defined(WIN32) || defined(_WIN32)
#if ! defined(__WINRT__)
#undef __WIN32__
#define __WIN32__ 1
#endif
#endif
#if defined(__NDS__)
#undef __NINTENDODS__