Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
WinRT: disabled threads to prevent SDL_Init(SDL_INIT_VIDEO) from cras…
Browse files Browse the repository at this point in the history
…hing
  • Loading branch information
DavidLudwig committed Oct 28, 2012
1 parent c9fb035 commit 77eca7a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion include/SDL_config_windowsrt.h
Expand Up @@ -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.
Expand Down

0 comments on commit 77eca7a

Please sign in to comment.