mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 06:34:35 +00:00
Rename SDL_atomic_t to SDL_AtomicInt
This commit is contained in:
parent
8994878767
commit
d0c4849d0b
33 changed files with 81 additions and 70 deletions
|
|
@ -23,7 +23,7 @@
|
|||
static SDL_mutex *mutex = NULL;
|
||||
static SDL_threadID mainthread;
|
||||
static SDL_Thread *threads[6];
|
||||
static SDL_atomic_t doterminate;
|
||||
static SDL_AtomicInt doterminate;
|
||||
|
||||
/**
|
||||
* SDL_Quit() shouldn't be used with atexit() directly because
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue