mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-03-20 15:51:07 +01:00
Rename SDL mutex, semaphore and condition variable types to match SDL 3.0 naming convention
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
#define NUM_OVERHEAD_OPS 10000
|
||||
#define NUM_OVERHEAD_OPS_MULT 10
|
||||
|
||||
static SDL_sem *sem;
|
||||
static SDL_Semaphore *sem;
|
||||
static int alive;
|
||||
|
||||
typedef struct Thread_State
|
||||
|
||||
Reference in New Issue
Block a user