mirror of
https://github.com/yawut/SDL.git
synced 2026-04-21 08:07:20 -05:00
WinRT: disabled threads to prevent SDL_Init(SDL_INIT_VIDEO) from crashing
This commit is contained in:
parent
9d8b05142c
commit
7b60f488d9
|
|
@ -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…
Reference in New Issue
Block a user