Subj : src/conio/ciolib.c ciolib.h sdl_con.c sdl_con.h sdlfuncs.c sdlfuncs.h To : CVS commit From : deuce Date : Wed Apr 01 2020 12:39 am src/conio ciolib.c 1.178 1.179 ciolib.h 1.108 1.109 sdl_con.c 1.268 1.269 sdl_con.h 1.14 1.15 sdlfuncs.c 1.42 1.43 sdlfuncs.h 1.24 1.25 Update of /cvsroot/sbbs/src/conio In directory cvs:/tmp/cvs-serv16559/conio Modified Files: ciolib.c ciolib.h sdl_con.c sdl_con.h sdlfuncs.c sdlfuncs.h 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. .