Fixed some compiler warnings that Visual Studio reported.
This commit is contained in:
parent
8328f33947
commit
30b6bedb57
5 changed files with 6 additions and 6 deletions
|
@ -49,7 +49,7 @@ typedef struct SDL_Thread SDL_Thread;
|
|||
typedef unsigned long SDL_threadID;
|
||||
|
||||
/* Thread local storage ID, 0 is the invalid ID */
|
||||
typedef unsigned SDL_TLSID;
|
||||
typedef unsigned int SDL_TLSID;
|
||||
|
||||
/* The SDL thread priority
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue