SDL/src/thread/os2
Ryan C. Gordon d4a01bfef0
os2: SDL_DestroyMutex should ignore NULL mutexes.
Every other backend does this, so this should match, now.
It's possible this was harmless, but we can avoid the system call
and the (likely?) debug message when it fails, though!
2022-04-20 14:08:09 -04:00
..
SDL_sysmutex.c os2: SDL_DestroyMutex should ignore NULL mutexes. 2022-04-20 14:08:09 -04:00
SDL_syssem.c use SDL_InvalidParamError or SDL_assert instead of custom SDL_SetError 2022-01-28 20:40:19 -05:00
SDL_systhread.c Updated copyright for 2022 2022-01-03 09:40:21 -08:00
SDL_systhread_c.h Updated copyright for 2022 2022-01-03 09:40:21 -08:00
SDL_systls.c Updated copyright for 2022 2022-01-03 09:40:21 -08:00
SDL_systls_c.h Updated copyright for 2022 2022-01-03 09:40:21 -08:00