Subj : src/syncterm/syncterm.c To : CVS commit From : deuce Date : Wed Apr 01 2020 12:39 am src/syncterm syncterm.c 1.224 1.225 Update of /cvsroot/sbbs/src/syncterm In directory cvs:/tmp/cvs-serv16559/syncterm Modified Files: syncterm.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. .