From deuce@1:103/705 to CVS commit on Wed Apr 1 00:39:16 2020
src/sbbs3 js_conio.c 1.36 1.37
Update of /cvsroot/sbbs/src/sbbs3
In directory cvs:/tmp/cvs-serv16559/sbbs3
Modified Files:
js_conio.c
Log Message:
More SDL2 fixes...
Remove CIOLIB_MODE_SDL_YUV* macros, these modes have no point anymore
Fix SDL prototypes
Use _beginthread() instead of SDL_CreateThread(). For some reason, using CreateThread() sometimes caused an application crash (ie: when using -?) Everyhing else uses _beginthread() so there's no reason for this to be
special, especially when it breaks stuff.