mirror of
https://github.com/yawut/SDL.git
synced 2026-08-13 12:36:05 -05:00
Fixed some compiler warnings that Visual Studio reported.
This commit is contained in:
@@ -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
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user