mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-26 12:27:44 +00:00
Renamed SDL_AtomicSetPtr() and SDL_AtomicGetPtr()
Fixes https://github.com/libsdl-org/SDL/issues/10601
This commit is contained in:
@@ -3623,3 +3623,13 @@ identifier func =~ "^(SDL_AddEventWatch|SDL_AddHintCallback|SDL_AddSurfaceAltern
|
||||
)
|
||||
- == -1
|
||||
)
|
||||
@@
|
||||
@@
|
||||
- SDL_AtomicSetPtr
|
||||
+ SDL_AtomicSetPointer
|
||||
(...)
|
||||
@@
|
||||
@@
|
||||
- SDL_AtomicGetPtr
|
||||
+ SDL_AtomicGetPointer
|
||||
(...)
|
||||
|
||||
Reference in New Issue
Block a user