mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-05-11 14:38:24 +02: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