Renamed SDL_ThreadID() to SDL_GetCurrentThreadID()
Also renamed SDL_threadID to SDL_ThreadID and made it Uint64 for consistency with other ID types
This commit is contained in:
@@ -2909,3 +2909,12 @@ expression e1, e2, e3, e4;
|
||||
- SDL_AtomicCASPtr
|
||||
+ SDL_AtomicCompareAndSwapPointer
|
||||
(...)
|
||||
@@
|
||||
@@
|
||||
- SDL_ThreadID
|
||||
+ SDL_GetCurrentThreadID
|
||||
(...)
|
||||
@@
|
||||
@@
|
||||
- SDL_threadID
|
||||
+ SDL_ThreadID
|
||||
|
||||
Reference in New Issue
Block a user