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:
parent
95fc405a61
commit
54b4201aa0
9 changed files with 637 additions and 65 deletions
|
@ -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__
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue