Subj : src/conio/sdlfuncs.c win32gdi.c x_cio.c src/syncterm/libjxl.c To : Git commit to main/sbbs/master From : Deucе Date : Wed Jan 01 2025 10:14 pm https://gitlab.synchro.net/main/sbbs/-/commit/997b31600e9442ac8922c18e Modified Files: src/conio/sdlfuncs.c win32gdi.c x_cio.c src/syncterm/libjxl.c Log Message: Make all DLL handles globals so Coverity stops complaining. They're not "leaking" if I want them to liver forever. :D This does prevent an extra needless load if User.dll though... but sdlfuncs and win32gdi both still load the same two DLLs. .