Renamed SDL_AtomicSetPtr() and SDL_AtomicGetPtr()

Fixes https://github.com/libsdl-org/SDL/issues/10601
This commit is contained in:
Sam Lantinga 2024-08-31 07:20:37 -07:00
parent 00708b976a
commit cf1d8e2dfd
10 changed files with 37 additions and 21 deletions

View file

@ -3623,3 +3623,13 @@ identifier func =~ "^(SDL_AddEventWatch|SDL_AddHintCallback|SDL_AddSurfaceAltern
)
- == -1
)
@@
@@
- SDL_AtomicSetPtr
+ SDL_AtomicSetPointer
(...)
@@
@@
- SDL_AtomicGetPtr
+ SDL_AtomicGetPointer
(...)