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

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