mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-12-16 03:15:38 +00:00
Updated SDL_TLSID to use the same type as other IDs in SDL
This commit is contained in:
@@ -53,7 +53,7 @@ typedef struct SDL_Thread SDL_Thread;
|
||||
typedef Uint64 SDL_ThreadID;
|
||||
|
||||
/* Thread local storage ID, 0 is the invalid ID */
|
||||
typedef unsigned int SDL_TLSID;
|
||||
typedef Uint32 SDL_TLSID;
|
||||
|
||||
/**
|
||||
* The SDL thread priority.
|
||||
|
||||
Reference in New Issue
Block a user