mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-28 15:39:10 +00:00
Updated SDL_TLSID to use the same type as other IDs in SDL
This commit is contained in:
parent
fc0c774976
commit
df4b855af5
3 changed files with 4 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue