mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-28 00:38:45 +00:00
Use stdbool internally in SDL
This commit is contained in:
parent
dfcabc3db8
commit
5518aca054
11 changed files with 698 additions and 698 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue