Fixed various build and runtime errors when using WinRT with VS2012.
This commit is contained in:
parent
5007e2996e
commit
7ba3100244
11 changed files with 125 additions and 30 deletions
|
@ -180,8 +180,7 @@ typedef unsigned int uintptr_t;
|
|||
#endif
|
||||
|
||||
/* Enable system power support */
|
||||
// TODO, WinRT: investigate system power support. The Win32-based APIs don't work on WinRT.
|
||||
#define SDL_POWER_DISABLED 1
|
||||
#define SDL_POWER_WINRT 1
|
||||
|
||||
/* Enable assembly routines (Win64 doesn't have inline asm) */
|
||||
#ifndef _WIN64
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue