Updated SDL_TLSID to use the same type as other IDs in SDL

This commit is contained in:
Sam Lantinga 2024-01-18 05:30:51 -08:00
parent fc0c774976
commit df4b855af5
3 changed files with 4 additions and 3 deletions

View file

@ -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;