Rename SDL_atomic_t to SDL_AtomicInt
This commit is contained in:
committed by
Sam Lantinga
parent
8994878767
commit
d0c4849d0b
@@ -20,7 +20,7 @@
|
||||
|
||||
#define NUMTHREADS 10
|
||||
|
||||
static SDL_atomic_t time_for_threads_to_die[NUMTHREADS];
|
||||
static SDL_AtomicInt time_for_threads_to_die[NUMTHREADS];
|
||||
|
||||
/* Call this instead of exit(), so we can clean up SDL: atexit() is evil. */
|
||||
static void
|
||||
|
||||
Reference in New Issue
Block a user