mirror of
https://github.com/encounter/SDL.git
synced 2025-12-09 05:27:48 +00:00
Add optional suffix _generic to generic SDL_cond impl
Allows for runtime selectable implementation
This commit is contained in:
@@ -212,6 +212,7 @@ typedef unsigned int uintptr_t;
|
||||
|
||||
/* Enable various threading systems */
|
||||
#if (NTDDI_VERSION >= NTDDI_WINBLUE)
|
||||
#define SDL_THREAD_GENERIC_COND_SUFFIX 1
|
||||
#define SDL_THREAD_WINDOWS 1
|
||||
#else
|
||||
/* WinRT on Windows 8.0 and Windows Phone 8.0 don't support CreateThread() */
|
||||
|
||||
Reference in New Issue
Block a user