Use stdbool internally in SDL

This commit is contained in:
Sam Lantinga
2024-08-29 18:45:30 -07:00
parent dfcabc3db8
commit 5518aca054
11 changed files with 698 additions and 698 deletions

View File

@@ -252,7 +252,7 @@ static bool SDL_WaitSemaphoreTimeoutNS_kern(SDL_Semaphore *_sem, Sint64 timeoutN
DWORD dwMilliseconds;
if (!sem) {
return SDL_TRUE;
return true;
}
if (timeoutNS < 0) {