mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-27 13:38:29 +00:00
Updated SDL_TLSID to use the same type as other IDs in SDL
This commit is contained in:
@@ -78,7 +78,7 @@ extern void SDL_RunThread(SDL_Thread *thread);
|
||||
/* This is the system-independent thread local storage structure */
|
||||
typedef struct
|
||||
{
|
||||
unsigned int limit;
|
||||
SDL_TLSID limit;
|
||||
struct
|
||||
{
|
||||
void *data;
|
||||
|
Reference in New Issue
Block a user