mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-06-01 09:27:39 +00:00
Add optional suffix _generic
to generic SDL_cond impl
Allows for runtime selectable implementation
This commit is contained in:
parent
7539ac8087
commit
2443e51e0e
15 changed files with 205 additions and 15 deletions
|
@ -237,6 +237,7 @@ typedef unsigned int uintptr_t;
|
|||
#define SDL_LOADSO_WINDOWS 1
|
||||
|
||||
/* Enable various threading systems */
|
||||
#define SDL_THREAD_GENERIC_COND_SUFFIX 1
|
||||
#define SDL_THREAD_WINDOWS 1
|
||||
|
||||
/* Enable various timer systems */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue