mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-06 18:06:26 +00:00
Rename SDL_atomic_t to SDL_AtomicInt
This commit is contained in:

committed by
Sam Lantinga

parent
8994878767
commit
d0c4849d0b
@@ -47,7 +47,7 @@ struct haptic_hwdata
|
||||
SDL_Thread *thread;
|
||||
SDL_mutex *mutex;
|
||||
Uint64 stopTicks;
|
||||
SDL_atomic_t stopThread;
|
||||
SDL_AtomicInt stopThread;
|
||||
};
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user