Rename SDL_atomic_t to SDL_AtomicInt

This commit is contained in:
David Demelier
2023-02-23 20:33:51 +01:00
committed by Sam Lantinga
parent 8994878767
commit d0c4849d0b
33 changed files with 81 additions and 70 deletions

View File

@@ -47,7 +47,7 @@ struct haptic_hwdata
SDL_Thread *thread;
SDL_mutex *mutex;
Uint64 stopTicks;
SDL_atomic_t stopThread;
SDL_AtomicInt stopThread;
};
/*