mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-17 16:58:13 +00:00
Use C99 bool internally in SDL
This commit is contained in:
@@ -272,7 +272,7 @@ static void SDLCALL SDL_FreeErrBuf(void *data)
|
||||
#endif
|
||||
|
||||
// Routine to get the thread-specific error variable
|
||||
SDL_error *SDL_GetErrBuf(SDL_bool create)
|
||||
SDL_error *SDL_GetErrBuf(bool create)
|
||||
{
|
||||
#ifdef SDL_THREADS_DISABLED
|
||||
return SDL_GetStaticErrBuf();
|
||||
|
Reference in New Issue
Block a user