WinRT: disabled threads to prevent SDL_Init(SDL_INIT_VIDEO) from crashing
This commit is contained in:
parent
a7a2a0130a
commit
231705e6b9
1 changed files with 3 additions and 1 deletions
|
@ -158,7 +158,9 @@ typedef unsigned int uintptr_t;
|
|||
#define SDL_LOADSO_WINDOWS 1
|
||||
|
||||
/* Enable various threading systems */
|
||||
#define SDL_THREAD_WINDOWS 1
|
||||
// TODO, WinRT: get threads working on WinRT
|
||||
#define SDL_THREADS_DISABLED 1
|
||||
//#define SDL_THREAD_WINDOWS 1
|
||||
|
||||
/* Enable various timer systems */
|
||||
// TODO, WinRT: look into getting SDL's pre-WinRT timers working.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue