mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-03-26 10:41:06 +01:00
- use _Interlocked(Compare)ExchangePointer in case of _M_IX86 as well - improve assertions: 1. add assertions to SDL_AtomicAdd/SDL_AtomicSet and SDL_AtomicCAS 2. use sizeof(a->value) instead of sizeof(int)